#CC6B4A

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

Shades of Red Damask #CC6B4A

Tints of Red Damask #CC6B4A

Color information

#CC6B4A (or 0xCC6B4A) is unknown color: approx Red Damask. HEX triplet: CC, 6B and 4A. RGB value is (204,107,74). Sum of RGB (Red+Green+Blue) = 204+107+74=385 (50% of max value = 765). Red value is 204 (80.08% from 255 or 52.99% from 385); Green value is 107 (42.19% from 255 or 27.79% from 385); Blue value is 74 (29.30% from 255 or 19.22% from 385); Max value from RGB is 204 - color contains mainly: red. Hex color #CC6B4A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CC6B4A is #3394B5. Grayscale: #848484. Windows color (decimal): -3380406 or 4877260. OLE color: 4877260.

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

Color convert

RGB20410774-
CMYK00.480.640.2
HSL15.23º56.03%54.51%-
HSV(B)15.23º63.73%80%-
XYZ31.423.859.43-
YUV132.2495.14179.18-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 52.99%
GREEN value IS 107 (42.19% from 255) = 27.79%
BLUE value IS 74 (29.30% from 255) = 19.22%
R=52.99%
G=27.79%
B=19.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.64
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2041077400.480.640.215.2356.0354.51
HexCC6B4A0304014f3837
Octal31415311206010024177067
Binary110011001101011100101001100001000000101001111111000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC6B4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC6B4A; }

 p { color: rgb(204,107,74); }

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

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

 a { background-color: rgb(204,107,74); }

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

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

 span { border-color: rgb(204,107,74); }

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