Html Css Color HEX #C77445 Red Damask

📋 copy color: '#C77445'

red 199 ◦ green 116 ◦ blue 69

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

Shades of Red Damask #C77445

Tints of Red Damask #C77445

RGB

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

 GREEN value IS 116 (45.7% from 255) = 30.21%

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

R = 51.82%
G = 30.21%
B = 17.97%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.65

 K value IS 0.22

RGB Variations

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

Color information

#C77445 (or 0xC77445) is known color: Red Damask. HEX triplet: C7, 74 and 45. RGB value is (199,116,69). Sum of RGB (Red+Green+Blue) = 199+116+69=384 (50% of max value = 765). Red value is 199 (78.12% from 255 or 51.82% from 384); Green value is 116 (45.70% from 255 or 30.21% from 384); Blue value is 69 (27.34% from 255 or 17.97% from 384); Max value from RGB is 199 - color contains mainly: red. Hex color #C77445 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C77445 is #388BBA. Grayscale: #878787. Windows color (decimal): -3705787 or 4551879. OLE color: 4551879.

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

Color convert

RGB 199 116 69 -
CMYK 0 0.42 0.65 0.22
HSL 21.69º 0.54% 0.53% -
HSV(B) 21.69º 0.65% 0.78% -
XYZ 30.87 25.06 8.84 -
YUV 135.46 90.5 173.32 -
System Red Green Blue C M Y K H S L
Decimal 199 116 69 0 0.42 0.65 0.22 21.69 0.54 0.53
Hex C7 74 45 0 2A 41 16 16 36 35
Octal 307 164 105 0 52 101 26 26 66 65
Binary 11000111 1110100 1000101 0 101010 1000001 10110 10110 110110 110101

Color Harmonies of #C77445

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C77445

Black with #C77445

Text Example


Text Example

White with #C77445

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C77445; }

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

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

background-color css

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

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

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

border-color css

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

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

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