Html Css Color HEX #C77245 Red Damask

📋 copy color: '#C77245'

red 199 ◦ green 114 ◦ blue 69

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

Shades of Red Damask #C77245

Tints of Red Damask #C77245

RGB

 RED value IS 199 (78.13% from 255) = 52.09%

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

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

R = 52.09%
G = 29.84%
B = 18.06%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.65

 K value IS 0.22

RGB Variations

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

Color information

#C77245 (or 0xC77245) is known color: Red Damask. HEX triplet: C7, 72 and 45. RGB value is (199,114,69). Sum of RGB (Red+Green+Blue) = 199+114+69=382 (50% of max value = 765). Red value is 199 (78.12% from 255 or 52.09% from 382); Green value is 114 (44.92% from 255 or 29.84% from 382); Blue value is 69 (27.34% from 255 or 18.06% from 382); Max value from RGB is 199 - color contains mainly: red. Hex color #C77245 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C77245 is #388DBA. Grayscale: #868686. Windows color (decimal): -3706299 or 4551367. OLE color: 4551367.

HSL color Cylindrical-coordinate representation of color #C77245: hue angle of 20.77º degrees, saturation: 0.54, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #C77245 is Cyan = 0, Magento = 0.43, Yellow = 0.65 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 114 69 -
CMYK 0 0.43 0.65 0.22
HSL 20.77º 0.54% 0.53% -
HSV(B) 20.77º 0.65% 0.78% -
XYZ 30.64 24.61 8.76 -
YUV 134.29 91.16 174.16 -
System Red Green Blue C M Y K H S L
Decimal 199 114 69 0 0.43 0.65 0.22 20.77 0.54 0.53
Hex C7 72 45 0 2B 41 16 15 36 35
Octal 307 162 105 0 53 101 26 25 66 65
Binary 11000111 1110010 1000101 0 101011 1000001 10110 10101 110110 110101

Color Harmonies of #C77245

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C77245

Black with #C77245

Text Example


Text Example

White with #C77245

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C77245; }

 p { color: rgb(199,114,69); }

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

background-color css

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

 a { background-color: rgb(199,114,69); }

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

border-color css

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

 span { border-color: rgb(199,114,69); }

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