Html Css Color HEX #CC6841 Red Damask

📋 copy color: '#CC6841'

red 204 ◦ green 104 ◦ blue 65

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

Shades of Red Damask #CC6841

Tints of Red Damask #CC6841

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 17.43%

R = 54.69%
G = 27.88%
B = 17.43%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.68

 K value IS 0.2

RGB Variations

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

Color information

#CC6841 (or 0xCC6841) is known color: Red Damask. HEX triplet: CC, 68 and 41. RGB value is (204,104,65). Sum of RGB (Red+Green+Blue) = 204+104+65=373 (49% of max value = 765). Red value is 204 (80.08% from 255 or 54.69% from 373); Green value is 104 (41.02% from 255 or 27.88% from 373); Blue value is 65 (25.78% from 255 or 17.43% from 373); Max value from RGB is 204 - color contains mainly: red. Hex color #CC6841 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CC6841 is #3397BE. Grayscale: #818181. Windows color (decimal): -3381183 or 4286668. OLE color: 4286668.

HSL color Cylindrical-coordinate representation of color #CC6841: hue angle of 16.83º degrees, saturation: 0.58, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #CC6841 is Cyan = 0, Magento = 0.49, Yellow = 0.68 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 104 65 -
CMYK 0 0.49 0.68 0.2
HSL 16.83º 0.58% 0.53% -
HSV(B) 16.83º 0.68% 0.8% -
XYZ 30.81 23.12 7.84 -
YUV 129.45 91.63 181.17 -
System Red Green Blue C M Y K H S L
Decimal 204 104 65 0 0.49 0.68 0.2 16.83 0.58 0.53
Hex CC 68 41 0 31 44 14 11 3A 35
Octal 314 150 101 0 61 104 24 21 72 65
Binary 11001100 1101000 1000001 0 110001 1000100 10100 10001 111010 110101

Color Harmonies of #CC6841

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC6841

Black with #CC6841

Text Example


Text Example

White with #CC6841

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC6841; }

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

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

background-color css

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

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

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

border-color css

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

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

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