Html Css Color HEX #C77044 Red Damask

📋 copy color: '#C77044'

red 199 ◦ green 112 ◦ blue 68

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

Shades of Red Damask #C77044

Tints of Red Damask #C77044

RGB

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

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

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

R = 52.51%
G = 29.55%
B = 17.94%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.66

 K value IS 0.22

RGB Variations

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

Color information

#C77044 (or 0xC77044) is known color: Red Damask. HEX triplet: C7, 70 and 44. RGB value is (199,112,68). Sum of RGB (Red+Green+Blue) = 199+112+68=379 (50% of max value = 765). Red value is 199 (78.12% from 255 or 52.51% from 379); Green value is 112 (44.14% from 255 or 29.55% from 379); Blue value is 68 (26.95% from 255 or 17.94% from 379); Max value from RGB is 199 - color contains mainly: red. Hex color #C77044 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C77044 is #388FBB. Grayscale: #858585. Windows color (decimal): -3706812 or 4485319. OLE color: 4485319.

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

Color convert

RGB 199 112 68 -
CMYK 0 0.44 0.66 0.22
HSL 20.15º 0.54% 0.52% -
HSV(B) 20.15º 0.66% 0.78% -
XYZ 30.39 24.15 8.53 -
YUV 133 91.32 175.08 -
System Red Green Blue C M Y K H S L
Decimal 199 112 68 0 0.44 0.66 0.22 20.15 0.54 0.52
Hex C7 70 44 0 2C 42 16 14 36 34
Octal 307 160 104 0 54 102 26 24 66 64
Binary 11000111 1110000 1000100 0 101100 1000010 10110 10100 110110 110100

Color Harmonies of #C77044

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C77044

Black with #C77044

Text Example


Text Example

White with #C77044

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C77044; }

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

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

background-color css

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

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

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

border-color css

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

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

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