Html Css Color HEX #CC6643 Red Damask

📋 copy color: '#CC6643'

red 204 ◦ green 102 ◦ blue 67

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

Shades of Red Damask #CC6643

Tints of Red Damask #CC6643

RGB

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

 GREEN value IS 102 (40.23% from 255) = 27.35%

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

R = 54.69%
G = 27.35%
B = 17.96%

CMYK

 C value IS 0

 M value IS 0.5

 Y value IS 0.67

 K value IS 0.2

RGB Variations

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

Color information

#CC6643 (or 0xCC6643) is known color: Red Damask. HEX triplet: CC, 66 and 43. RGB value is (204,102,67). Sum of RGB (Red+Green+Blue) = 204+102+67=373 (49% of max value = 765). Red value is 204 (80.08% from 255 or 54.69% from 373); Green value is 102 (40.23% from 255 or 27.35% from 373); Blue value is 67 (26.56% from 255 or 17.96% from 373); Max value from RGB is 204 - color contains mainly: red. Hex color #CC6643 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CC6643 is #3399BC. Grayscale: #808080. Windows color (decimal): -3381693 or 4417228. OLE color: 4417228.

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

Color convert

RGB 204 102 67 -
CMYK 0 0.5 0.67 0.2
HSL 15.33º 0.57% 0.53% -
HSV(B) 15.33º 0.67% 0.8% -
XYZ 30.67 22.75 8.08 -
YUV 128.51 93.29 181.85 -
System Red Green Blue C M Y K H S L
Decimal 204 102 67 0 0.5 0.67 0.2 15.33 0.57 0.53
Hex CC 66 43 0 32 43 14 F 39 35
Octal 314 146 103 0 62 103 24 17 71 65
Binary 11001100 1100110 1000011 0 110010 1000011 10100 1111 111001 110101

Color Harmonies of #CC6643

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC6643

Black with #CC6643

Text Example


Text Example

White with #CC6643

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC6643; }

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

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

background-color css

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

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

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

border-color css

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

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

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