Html Css Color HEX #CC6C45 Red Damask

📋 copy color: '#CC6C45'

red 204 ◦ green 108 ◦ blue 69

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

Shades of Red Damask #CC6C45

Tints of Red Damask #CC6C45

RGB

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

 GREEN value IS 108 (42.58% from 255) = 28.35%

 BLUE value IS 69 (27.34% from 255) = 18.11%

R = 53.54%
G = 28.35%
B = 18.11%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.66

 K value IS 0.2

RGB Variations

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

Color information

#CC6C45 (or 0xCC6C45) is known color: Red Damask. HEX triplet: CC, 6C and 45. RGB value is (204,108,69). Sum of RGB (Red+Green+Blue) = 204+108+69=381 (50% of max value = 765). Red value is 204 (80.08% from 255 or 53.54% from 381); Green value is 108 (42.58% from 255 or 28.35% from 381); Blue value is 69 (27.34% from 255 or 18.11% from 381); Max value from RGB is 204 - color contains mainly: red. Hex color #CC6C45 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CC6C45 is #3393BA. Grayscale: #848484. Windows color (decimal): -3380155 or 4549836. OLE color: 4549836.

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

Color convert

RGB 204 108 69 -
CMYK 0 0.47 0.66 0.2
HSL 17.33º 0.57% 0.54% -
HSV(B) 17.33º 0.66% 0.8% -
XYZ 31.34 23.99 8.61 -
YUV 132.26 92.3 179.17 -
System Red Green Blue C M Y K H S L
Decimal 204 108 69 0 0.47 0.66 0.2 17.33 0.57 0.54
Hex CC 6C 45 0 2F 42 14 11 39 36
Octal 314 154 105 0 57 102 24 21 71 66
Binary 11001100 1101100 1000101 0 101111 1000010 10100 10001 111001 110110

Color Harmonies of #CC6C45

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC6C45

Black with #CC6C45

Text Example


Text Example

White with #CC6C45

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC6C45; }

 p { color: rgb(204,108,69); }

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

background-color css

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

 a { background-color: rgb(204,108,69); }

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

border-color css

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

 span { border-color: rgb(204,108,69); }

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