Html Css Color HEX #C77144 Red Damask

📋 copy color: '#C77144'

red 199 ◦ green 113 ◦ blue 68

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

Shades of Red Damask #C77144

Tints of Red Damask #C77144

RGB

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

 GREEN value IS 113 (44.53% from 255) = 29.74%

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

R = 52.37%
G = 29.74%
B = 17.89%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.66

 K value IS 0.22

RGB Variations

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

Color information

#C77144 (or 0xC77144) is known color: Red Damask. HEX triplet: C7, 71 and 44. RGB value is (199,113,68). Sum of RGB (Red+Green+Blue) = 199+113+68=380 (50% of max value = 765). Red value is 199 (78.12% from 255 or 52.37% from 380); Green value is 113 (44.53% from 255 or 29.74% from 380); Blue value is 68 (26.95% from 255 or 17.89% from 380); Max value from RGB is 199 - color contains mainly: red. Hex color #C77144 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C77144 is #388EBB. Grayscale: #858585. Windows color (decimal): -3706556 or 4485575. OLE color: 4485575.

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

Color convert

RGB 199 113 68 -
CMYK 0 0.43 0.66 0.22
HSL 20.61º 0.54% 0.52% -
HSV(B) 20.61º 0.66% 0.78% -
XYZ 30.5 24.37 8.57 -
YUV 133.58 90.99 174.66 -
System Red Green Blue C M Y K H S L
Decimal 199 113 68 0 0.43 0.66 0.22 20.61 0.54 0.52
Hex C7 71 44 0 2B 42 16 15 36 34
Octal 307 161 104 0 53 102 26 25 66 64
Binary 11000111 1110001 1000100 0 101011 1000010 10110 10101 110110 110100

Color Harmonies of #C77144

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C77144

Black with #C77144

Text Example


Text Example

White with #C77144

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C77144; }

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

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

background-color css

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

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

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

border-color css

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

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

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