Html Css Color HEX #C77152 Red Damask

📋 copy color: '#C77152'

red 199 ◦ green 113 ◦ blue 82

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

Shades of Red Damask #C77152

Tints of Red Damask #C77152

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 20.81%

R = 50.51%
G = 28.68%
B = 20.81%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.59

 K value IS 0.22

RGB Variations

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

Color information

#C77152 (or 0xC77152) is known color: Red Damask. HEX triplet: C7, 71 and 52. RGB value is (199,113,82). Sum of RGB (Red+Green+Blue) = 199+113+82=394 (52% of max value = 765). Red value is 199 (78.12% from 255 or 50.51% from 394); Green value is 113 (44.53% from 255 or 28.68% from 394); Blue value is 82 (32.42% from 255 or 20.81% from 394); Max value from RGB is 199 - color contains mainly: red. Hex color #C77152 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C77152 is #388EAD. Grayscale: #878787. Windows color (decimal): -3706542 or 5403079. OLE color: 5403079.

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

Color convert

RGB 199 113 82 -
CMYK 0 0.43 0.59 0.22
HSL 15.9º 0.51% 0.55% -
HSV(B) 15.9º 0.59% 0.78% -
XYZ 30.98 24.56 11.09 -
YUV 135.18 97.99 173.52 -
System Red Green Blue C M Y K H S L
Decimal 199 113 82 0 0.43 0.59 0.22 15.9 0.51 0.55
Hex C7 71 52 0 2B 3B 16 10 33 37
Octal 307 161 122 0 53 73 26 20 63 67
Binary 11000111 1110001 1010010 0 101011 111011 10110 10000 110011 110111

Color Harmonies of #C77152

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C77152

Black with #C77152

Text Example


Text Example

White with #C77152

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C77152; }

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

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

background-color css

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

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

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

border-color css

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

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

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