Html Css Color HEX #CC6945 Red Damask

📋 copy color: '#CC6945'

red 204 ◦ green 105 ◦ blue 69

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

Shades of Red Damask #CC6945

Tints of Red Damask #CC6945

RGB

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

 GREEN value IS 105 (41.41% from 255) = 27.78%

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

R = 53.97%
G = 27.78%
B = 18.25%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.66

 K value IS 0.2

RGB Variations

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

Color information

#CC6945 (or 0xCC6945) is known color: Red Damask. HEX triplet: CC, 69 and 45. RGB value is (204,105,69). Sum of RGB (Red+Green+Blue) = 204+105+69=378 (50% of max value = 765). Red value is 204 (80.08% from 255 or 53.97% from 378); Green value is 105 (41.41% from 255 or 27.78% from 378); Blue value is 69 (27.34% from 255 or 18.25% from 378); Max value from RGB is 204 - color contains mainly: red. Hex color #CC6945 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CC6945 is #3396BA. Grayscale: #828282. Windows color (decimal): -3380923 or 4549068. OLE color: 4549068.

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

Color convert

RGB 204 105 69 -
CMYK 0 0.49 0.66 0.2
HSL 16º 0.57% 0.54% -
HSV(B) 16º 0.66% 0.8% -
XYZ 31.03 23.37 8.51 -
YUV 130.5 93.3 180.43 -
System Red Green Blue C M Y K H S L
Decimal 204 105 69 0 0.49 0.66 0.2 16 0.57 0.54
Hex CC 69 45 0 31 42 14 10 39 36
Octal 314 151 105 0 61 102 24 20 71 66
Binary 11001100 1101001 1000101 0 110001 1000010 10100 10000 111001 110110

Color Harmonies of #CC6945

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC6945

Black with #CC6945

Text Example


Text Example

White with #CC6945

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC6945; }

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

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

background-color css

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

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

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

border-color css

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

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

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