Html Css Color HEX #C77045 Red Damask

📋 copy color: '#C77045'

red 199 ◦ green 112 ◦ blue 69

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

Shades of Red Damask #C77045

Tints of Red Damask #C77045

RGB

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

 GREEN value IS 112 (44.14% from 255) = 29.47%

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

R = 52.37%
G = 29.47%
B = 18.16%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.65

 K value IS 0.22

RGB Variations

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

Color information

#C77045 (or 0xC77045) is known color: Red Damask. HEX triplet: C7, 70 and 45. RGB value is (199,112,69). Sum of RGB (Red+Green+Blue) = 199+112+69=380 (50% of max value = 765). Red value is 199 (78.12% from 255 or 52.37% from 380); Green value is 112 (44.14% from 255 or 29.47% from 380); Blue value is 69 (27.34% from 255 or 18.16% from 380); Max value from RGB is 199 - color contains mainly: red. Hex color #C77045 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C77045 is #388FBA. Grayscale: #858585. Windows color (decimal): -3706811 or 4550855. OLE color: 4550855.

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

Color convert

RGB 199 112 69 -
CMYK 0 0.44 0.65 0.22
HSL 19.85º 0.54% 0.53% -
HSV(B) 19.85º 0.65% 0.78% -
XYZ 30.42 24.16 8.69 -
YUV 133.11 91.82 175 -
System Red Green Blue C M Y K H S L
Decimal 199 112 69 0 0.44 0.65 0.22 19.85 0.54 0.53
Hex C7 70 45 0 2C 41 16 14 36 35
Octal 307 160 105 0 54 101 26 24 66 65
Binary 11000111 1110000 1000101 0 101100 1000001 10110 10100 110110 110101

Color Harmonies of #C77045

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C77045

Black with #C77045

Text Example


Text Example

White with #C77045

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C77045; }

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

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

background-color css

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

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

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

border-color css

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

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

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