#CC6B48

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

Shades of Red Damask #CC6B48

Tints of Red Damask #CC6B48

Color information

#CC6B48 (or 0xCC6B48) is unknown color: approx Red Damask. HEX triplet: CC, 6B and 48. RGB value is (204,107,72). Sum of RGB (Red+Green+Blue) = 204+107+72=383 (50% of max value = 765). Red value is 204 (80.08% from 255 or 53.26% from 383); Green value is 107 (42.19% from 255 or 27.94% from 383); Blue value is 72 (28.52% from 255 or 18.80% from 383); Max value from RGB is 204 - color contains mainly: red. Hex color #CC6B48 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CC6B48 is #3394B7. Grayscale: #848484. Windows color (decimal): -3380408 or 4746188. OLE color: 4746188.

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

Color convert

RGB20410772-
CMYK00.480.650.2
HSL15.91º56.41%54.12%-
HSV(B)15.91º64.71%80%-
XYZ31.3323.829.08-
YUV132.0194.14179.35-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 53.26%
GREEN value IS 107 (42.19% from 255) = 27.94%
BLUE value IS 72 (28.52% from 255) = 18.80%
R=53.26%
G=27.94%
B=18.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.65
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2041077200.480.650.215.9156.4154.12
HexCC6B480304114103836
Octal31415311006010124207066
Binary1100110011010111001000011000010000011010010000111000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC6B48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC6B48; }

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

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

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

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

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

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

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

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