Html Css Color HEX #CC6B47 Red Damask

📋 copy color: '#CC6B47'

red 204 ◦ green 107 ◦ blue 71

#CC6B47
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Red Damask #CC6B47

Tints of Red Damask #CC6B47

RGB

 RED value IS 204 (80.08% from 255) = 53.4%

 GREEN value IS 107 (42.19% from 255) = 28.01%

 BLUE value IS 71 (28.13% from 255) = 18.59%

R = 53.4%
G = 28.01%
B = 18.59%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.65

 K value IS 0.2

RGB Variations

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

Color information

#CC6B47 (or 0xCC6B47) is known color: Red Damask. HEX triplet: CC, 6B and 47. RGB value is (204,107,71). Sum of RGB (Red+Green+Blue) = 204+107+71=382 (50% of max value = 765). Red value is 204 (80.08% from 255 or 53.40% from 382); Green value is 107 (42.19% from 255 or 28.01% from 382); Blue value is 71 (28.12% from 255 or 18.59% from 382); Max value from RGB is 204 - color contains mainly: red. Hex color #CC6B47 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CC6B47 is #3394B8. Grayscale: #848484. Windows color (decimal): -3380409 or 4680652. OLE color: 4680652.

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

Color convert

RGB 204 107 71 -
CMYK 0 0.48 0.65 0.2
HSL 16.24º 0.57% 0.54% -
HSV(B) 16.24º 0.65% 0.8% -
XYZ 31.3 23.81 8.91 -
YUV 131.9 93.64 179.43 -
System Red Green Blue C M Y K H S L
Decimal 204 107 71 0 0.48 0.65 0.2 16.24 0.57 0.54
Hex CC 6B 47 0 30 41 14 10 39 36
Octal 314 153 107 0 60 101 24 20 71 66
Binary 11001100 1101011 1000111 0 110000 1000001 10100 10000 111001 110110

Color Harmonies of #CC6B47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC6B47

Black with #CC6B47

Text Example


Text Example

White with #CC6B47

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC6B47; }

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

 H1.HeaderClassName
 {
   color: #CC6B47;
 }
 .AnyTagClassName
 {
   color: #CC6B47;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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