Html Css Color HEX #CC6E4B Red Damask

📋 copy color: '#CC6E4B'

red 204 ◦ green 110 ◦ blue 75

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

Shades of Red Damask #CC6E4B

Tints of Red Damask #CC6E4B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 19.28%

R = 52.44%
G = 28.28%
B = 19.28%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.63

 K value IS 0.2

RGB Variations

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

Color information

#CC6E4B (or 0xCC6E4B) is known color: Red Damask. HEX triplet: CC, 6E and 4B. RGB value is (204,110,75). Sum of RGB (Red+Green+Blue) = 204+110+75=389 (51% of max value = 765). Red value is 204 (80.08% from 255 or 52.44% from 389); Green value is 110 (43.36% from 255 or 28.28% from 389); Blue value is 75 (29.69% from 255 or 19.28% from 389); Max value from RGB is 204 - color contains mainly: red. Hex color #CC6E4B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CC6E4B is #3391B4. Grayscale: #868686. Windows color (decimal): -3379637 or 4943564. OLE color: 4943564.

HSL color Cylindrical-coordinate representation of color #CC6E4B: hue angle of 16.28º degrees, saturation: 0.56, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #CC6E4B is Cyan = 0, Magento = 0.46, Yellow = 0.63 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 110 75 -
CMYK 0 0.46 0.63 0.2
HSL 16.28º 0.56% 0.55% -
HSV(B) 16.28º 0.63% 0.8% -
XYZ 31.75 24.5 9.71 -
YUV 134.12 94.64 177.85 -
System Red Green Blue C M Y K H S L
Decimal 204 110 75 0 0.46 0.63 0.2 16.28 0.56 0.55
Hex CC 6E 4B 0 2E 3F 14 10 38 37
Octal 314 156 113 0 56 77 24 20 70 67
Binary 11001100 1101110 1001011 0 101110 111111 10100 10000 111000 110111

Color Harmonies of #CC6E4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC6E4B

Black with #CC6E4B

Text Example


Text Example

White with #CC6E4B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC6E4B; }

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

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

background-color css

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

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

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

border-color css

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

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

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