#CC664B

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

Shades of Red Damask #CC664B

Tints of Red Damask #CC664B

Color information

#CC664B (or 0xCC664B) is unknown color: approx Red Damask. HEX triplet: CC, 66 and 4B. RGB value is (204,102,75). Sum of RGB (Red+Green+Blue) = 204+102+75=381 (50% of max value = 765). Red value is 204 (80.08% from 255 or 53.54% from 381); Green value is 102 (40.23% from 255 or 26.77% from 381); Blue value is 75 (29.69% from 255 or 19.69% from 381); Max value from RGB is 204 - color contains mainly: red. Hex color #CC664B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CC664B is #3399B4. Grayscale: #818181. Windows color (decimal): -3381685 or 4941516. OLE color: 4941516.

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

Color convert

RGB20410275-
CMYK00.50.630.2
HSL12.56º55.84%54.71%-
HSV(B)12.56º63.24%80%-
XYZ30.9222.859.44-
YUV129.4297.29181.2-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 53.54%
GREEN value IS 102 (40.23% from 255) = 26.77%
BLUE value IS 75 (29.69% from 255) = 19.69%
R=53.54%
G=26.77%
B=19.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.5
Y (Yellow) values IS 0.63
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2041027500.50.630.212.5655.8454.71
HexCC664B0323F14d3837
Octal3141461130627724157067
Binary11001100110011010010110110010111111101001101111000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC664B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC664B; }

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

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

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

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

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

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

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

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