#CC164B

Color #CC164B Cardinal (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cardinal #CC164B

Tints of Cardinal #CC164B

Color information

#CC164B (or 0xCC164B) is unknown color: approx Cardinal. HEX triplet: CC, 16 and 4B. RGB value is (204,22,75). Sum of RGB (Red+Green+Blue) = 204+22+75=301 (39% of max value = 765). Red value is 204 (80.08% from 255 or 67.77% from 301); Green value is 22 (8.98% from 255 or 7.31% from 301); Blue value is 75 (29.69% from 255 or 24.92% from 301); Max value from RGB is 204 - color contains mainly: red. Hex color #CC164B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CC164B is #33E9B4. Grayscale: #525252. Windows color (decimal): -3402165 or 4921036. OLE color: 4921036.

HSL color Cylindrical-coordinate representation of color #CC164B: hue angle of 342.53º degrees, saturation: 0.81, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #CC164B is Cyan = 0, Magento = 0.89, Yellow = 0.63 and Black (K on CMYK) = 0.2.

Color convert

RGB2042275-
CMYK00.890.630.2
HSL342.53º80.53%44.31%-
HSV(B)342.53º89.22%80%-
XYZ26.4613.927.95-
YUV82.46123.8214.69-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 204 (80.08% from 255) = 67.77%
GREEN value IS 22 (8.98% from 255) = 7.31%
BLUE value IS 75 (29.69% from 255) = 24.92%
R=67.77%
G=7.31%
B=24.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.63
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal204227500.890.630.2342.5380.5344.31
HexCC164B0593F14157512c
Octal314261130131772452712154
Binary1100110010110100101101011001111111101001010101111010001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC164B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC164B; }

 p { color: rgb(204,22,75); }

 H1.HeaderClassName
 {
   color: #CC164B;
 }
 .AnyTagClassName
 {
   color: #CC164B;
 }
</style>
background-color css

<style>
 a { background-color: #CC164B; }

 a { background-color: rgb(204,22,75); }

 div.DivClassName
 {
   background-color: #CC164B;
 }
 .BgClassName
 {
   background-color: #CC164B;
 }
</style>
border-color css

<style>
 span { border-color: #CC164B; }

 span { border-color: rgb(204,22,75); }

 td.TdClassName
 {
   border-color: #CC164B;
 }
 .TagClassName
 {
   border-color: #CC164B;
 }
</style>