Html Css Color HEX #CC7344 Red Damask

📋 copy color: '#CC7344'

red 204 ◦ green 115 ◦ blue 68

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

Shades of Red Damask #CC7344

Tints of Red Damask #CC7344

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 17.57%

R = 52.71%
G = 29.72%
B = 17.57%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.67

 K value IS 0.2

RGB Variations

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

Color information

#CC7344 (or 0xCC7344) is known color: Red Damask. HEX triplet: CC, 73 and 44. RGB value is (204,115,68). Sum of RGB (Red+Green+Blue) = 204+115+68=387 (51% of max value = 765). Red value is 204 (80.08% from 255 or 52.71% from 387); Green value is 115 (45.31% from 255 or 29.72% from 387); Blue value is 68 (26.95% from 255 or 17.57% from 387); Max value from RGB is 204 - color contains mainly: red. Hex color #CC7344 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CC7344 is #338CBB. Grayscale: #888888. Windows color (decimal): -3378364 or 4486092. OLE color: 4486092.

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

Color convert

RGB 204 115 68 -
CMYK 0 0.44 0.67 0.2
HSL 20.74º 0.57% 0.53% -
HSV(B) 20.74º 0.67% 0.8% -
XYZ 32.08 25.52 8.7 -
YUV 136.25 89.49 176.32 -
System Red Green Blue C M Y K H S L
Decimal 204 115 68 0 0.44 0.67 0.2 20.74 0.57 0.53
Hex CC 73 44 0 2C 43 14 15 39 35
Octal 314 163 104 0 54 103 24 25 71 65
Binary 11001100 1110011 1000100 0 101100 1000011 10100 10101 111001 110101

Color Harmonies of #CC7344

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC7344

Black with #CC7344

Text Example


Text Example

White with #CC7344

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC7344; }

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

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

background-color css

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

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

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

border-color css

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

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

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