Html Css Color HEX #CC7243 Red Damask

📋 copy color: '#CC7243'

red 204 ◦ green 114 ◦ blue 67

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

Shades of Red Damask #CC7243

Tints of Red Damask #CC7243

RGB

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

 GREEN value IS 114 (44.92% from 255) = 29.61%

 BLUE value IS 67 (26.56% from 255) = 17.4%

R = 52.99%
G = 29.61%
B = 17.4%

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

#CC7243 (or 0xCC7243) is known color: Red Damask. HEX triplet: CC, 72 and 43. RGB value is (204,114,67). Sum of RGB (Red+Green+Blue) = 204+114+67=385 (50% of max value = 765). Red value is 204 (80.08% from 255 or 52.99% from 385); Green value is 114 (44.92% from 255 or 29.61% from 385); Blue value is 67 (26.56% from 255 or 17.40% from 385); Max value from RGB is 204 - color contains mainly: red. Hex color #CC7243 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CC7243 is #338DBC. Grayscale: #878787. Windows color (decimal): -3378621 or 4420300. OLE color: 4420300.

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

Color convert

RGB 204 114 67 -
CMYK 0 0.44 0.67 0.2
HSL 20.58º 0.57% 0.53% -
HSV(B) 20.58º 0.67% 0.8% -
XYZ 31.93 25.28 8.51 -
YUV 135.55 89.32 176.82 -
System Red Green Blue C M Y K H S L
Decimal 204 114 67 0 0.44 0.67 0.2 20.58 0.57 0.53
Hex CC 72 43 0 2C 43 14 15 39 35
Octal 314 162 103 0 54 103 24 25 71 65
Binary 11001100 1110010 1000011 0 101100 1000011 10100 10101 111001 110101

Color Harmonies of #CC7243

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC7243

Black with #CC7243

Text Example


Text Example

White with #CC7243

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC7243; }

 p { color: rgb(204,114,67); }

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

background-color css

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

 a { background-color: rgb(204,114,67); }

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

border-color css

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

 span { border-color: rgb(204,114,67); }

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