#CC6848

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

Shades of Red Damask #CC6848

Tints of Red Damask #CC6848

Color information

#CC6848 (or 0xCC6848) is unknown color: approx Red Damask. HEX triplet: CC, 68 and 48. RGB value is (204,104,72). Sum of RGB (Red+Green+Blue) = 204+104+72=380 (50% of max value = 765). Red value is 204 (80.08% from 255 or 53.68% from 380); Green value is 104 (41.02% from 255 or 27.37% from 380); Blue value is 72 (28.52% from 255 or 18.95% from 380); Max value from RGB is 204 - color contains mainly: red. Hex color #CC6848 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CC6848 is #3397B7. Grayscale: #828282. Windows color (decimal): -3381176 or 4745420. OLE color: 4745420.

HSL color Cylindrical-coordinate representation of color #CC6848: hue angle of 14.55º 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 #CC6848 is Cyan = 0, Magento = 0.49, Yellow = 0.65 and Black (K on CMYK) = 0.2.

Color convert

RGB20410472-
CMYK00.490.650.2
HSL14.55º56.41%54.12%-
HSV(B)14.55º64.71%80%-
XYZ31.0223.218.98-
YUV130.2595.13180.6-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 53.68%
GREEN value IS 104 (41.02% from 255) = 27.37%
BLUE value IS 72 (28.52% from 255) = 18.95%
R=53.68%
G=27.37%
B=18.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.65
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2041047200.490.650.214.5556.4154.12
HexCC68480314114f3836
Octal31415011006110124177066
Binary110011001101000100100001100011000001101001111111000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC6848

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC6848; }

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

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

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

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

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

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

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

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