Html Css Color HEX #CC6E41 Red Damask

📋 copy color: '#CC6E41'

red 204 ◦ green 110 ◦ blue 65

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

Shades of Red Damask #CC6E41

Tints of Red Damask #CC6E41

RGB

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

 GREEN value IS 110 (43.36% from 255) = 29.02%

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

R = 53.83%
G = 29.02%
B = 17.15%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.68

 K value IS 0.2

RGB Variations

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

Color information

#CC6E41 (or 0xCC6E41) is known color: Red Damask. HEX triplet: CC, 6E and 41. RGB value is (204,110,65). Sum of RGB (Red+Green+Blue) = 204+110+65=379 (50% of max value = 765). Red value is 204 (80.08% from 255 or 53.83% from 379); Green value is 110 (43.36% from 255 or 29.02% from 379); Blue value is 65 (25.78% from 255 or 17.15% from 379); Max value from RGB is 204 - color contains mainly: red. Hex color #CC6E41 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CC6E41 is #3391BE. Grayscale: #858585. Windows color (decimal): -3379647 or 4288204. OLE color: 4288204.

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

Color convert

RGB 204 110 65 -
CMYK 0 0.46 0.68 0.2
HSL 19.42º 0.58% 0.53% -
HSV(B) 19.42º 0.68% 0.8% -
XYZ 31.43 24.37 8.05 -
YUV 132.98 89.64 178.66 -
System Red Green Blue C M Y K H S L
Decimal 204 110 65 0 0.46 0.68 0.2 19.42 0.58 0.53
Hex CC 6E 41 0 2E 44 14 13 3A 35
Octal 314 156 101 0 56 104 24 23 72 65
Binary 11001100 1101110 1000001 0 101110 1000100 10100 10011 111010 110101

Color Harmonies of #CC6E41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC6E41

Black with #CC6E41

Text Example


Text Example

White with #CC6E41

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC6E41; }

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

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

background-color css

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

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

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

border-color css

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

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

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