Html Css Color HEX #CC6843 Red Damask

📋 copy color: '#CC6843'

red 204 ◦ green 104 ◦ blue 67

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

Shades of Red Damask #CC6843

Tints of Red Damask #CC6843

RGB

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

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

 BLUE value IS 67 (26.56% from 255) = 17.87%

R = 54.4%
G = 27.73%
B = 17.87%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.67

 K value IS 0.2

RGB Variations

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

Color information

#CC6843 (or 0xCC6843) is known color: Red Damask. HEX triplet: CC, 68 and 43. RGB value is (204,104,67). Sum of RGB (Red+Green+Blue) = 204+104+67=375 (49% of max value = 765). Red value is 204 (80.08% from 255 or 54.4% from 375); Green value is 104 (41.02% from 255 or 27.73% from 375); Blue value is 67 (26.56% from 255 or 17.87% from 375); Max value from RGB is 204 - color contains mainly: red. Hex color #CC6843 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CC6843 is #3397BC. Grayscale: #818181. Windows color (decimal): -3381181 or 4417740. OLE color: 4417740.

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

Color convert

RGB 204 104 67 -
CMYK 0 0.49 0.67 0.2
HSL 16.2º 0.57% 0.53% -
HSV(B) 16.2º 0.67% 0.8% -
XYZ 30.87 23.14 8.15 -
YUV 129.68 92.63 181.01 -
System Red Green Blue C M Y K H S L
Decimal 204 104 67 0 0.49 0.67 0.2 16.2 0.57 0.53
Hex CC 68 43 0 31 43 14 10 39 35
Octal 314 150 103 0 61 103 24 20 71 65
Binary 11001100 1101000 1000011 0 110001 1000011 10100 10000 111001 110101

Color Harmonies of #CC6843

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC6843

Black with #CC6843

Text Example


Text Example

White with #CC6843

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC6843; }

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

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

background-color css

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

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

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

border-color css

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

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

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