Html Css Color HEX #CC7345 Red Damask

📋 copy color: '#CC7345'

red 204 ◦ green 115 ◦ blue 69

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

Shades of Red Damask #CC7345

Tints of Red Damask #CC7345

RGB

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

 GREEN value IS 115 (45.31% from 255) = 29.64%

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

R = 52.58%
G = 29.64%
B = 17.78%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.66

 K value IS 0.2

RGB Variations

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

Color information

#CC7345 (or 0xCC7345) is known color: Red Damask. HEX triplet: CC, 73 and 45. RGB value is (204,115,69). Sum of RGB (Red+Green+Blue) = 204+115+69=388 (51% of max value = 765). Red value is 204 (80.08% from 255 or 52.58% from 388); Green value is 115 (45.31% from 255 or 29.64% from 388); Blue value is 69 (27.34% from 255 or 17.78% from 388); Max value from RGB is 204 - color contains mainly: red. Hex color #CC7345 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CC7345 is #338CBA. Grayscale: #888888. Windows color (decimal): -3378363 or 4551628. OLE color: 4551628.

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

Color convert

RGB 204 115 69 -
CMYK 0 0.44 0.66 0.2
HSL 20.44º 0.57% 0.54% -
HSV(B) 20.44º 0.66% 0.8% -
XYZ 32.11 25.53 8.87 -
YUV 136.37 89.99 176.24 -
System Red Green Blue C M Y K H S L
Decimal 204 115 69 0 0.44 0.66 0.2 20.44 0.57 0.54
Hex CC 73 45 0 2C 42 14 14 39 36
Octal 314 163 105 0 54 102 24 24 71 66
Binary 11001100 1110011 1000101 0 101100 1000010 10100 10100 111001 110110

Color Harmonies of #CC7345

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC7345

Black with #CC7345

Text Example


Text Example

White with #CC7345

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC7345; }

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

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

background-color css

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

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

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

border-color css

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

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

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