Html Css Color HEX #CC6847 Red Damask

📋 copy color: '#CC6847'

red 204 ◦ green 104 ◦ blue 71

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

Shades of Red Damask #CC6847

Tints of Red Damask #CC6847

RGB

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

 GREEN value IS 104 (41.02% from 255) = 27.44%

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

R = 53.83%
G = 27.44%
B = 18.73%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.65

 K value IS 0.2

RGB Variations

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

Color information

#CC6847 (or 0xCC6847) is known color: Red Damask. HEX triplet: CC, 68 and 47. RGB value is (204,104,71). Sum of RGB (Red+Green+Blue) = 204+104+71=379 (50% of max value = 765). Red value is 204 (80.08% from 255 or 53.83% from 379); Green value is 104 (41.02% from 255 or 27.44% from 379); Blue value is 71 (28.12% from 255 or 18.73% from 379); Max value from RGB is 204 - color contains mainly: red. Hex color #CC6847 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CC6847 is #3397B8. Grayscale: #828282. Windows color (decimal): -3381177 or 4679884. OLE color: 4679884.

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

Color convert

RGB 204 104 71 -
CMYK 0 0.49 0.65 0.2
HSL 14.89º 0.57% 0.54% -
HSV(B) 14.89º 0.65% 0.8% -
XYZ 30.99 23.19 8.8 -
YUV 130.14 94.63 180.68 -
System Red Green Blue C M Y K H S L
Decimal 204 104 71 0 0.49 0.65 0.2 14.89 0.57 0.54
Hex CC 68 47 0 31 41 14 F 39 36
Octal 314 150 107 0 61 101 24 17 71 66
Binary 11001100 1101000 1000111 0 110001 1000001 10100 1111 111001 110110

Color Harmonies of #CC6847

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC6847

Black with #CC6847

Text Example


Text Example

White with #CC6847

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC6847; }

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

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

background-color css

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

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

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

border-color css

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

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

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