Html Css Color HEX #C77150 Red Damask

📋 copy color: '#C77150'

red 199 ◦ green 113 ◦ blue 80

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

Shades of Red Damask #C77150

Tints of Red Damask #C77150

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 20.41%

R = 50.77%
G = 28.83%
B = 20.41%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.60

 K value IS 0.22

RGB Variations

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

Color information

#C77150 (or 0xC77150) is known color: Red Damask. HEX triplet: C7, 71 and 50. RGB value is (199,113,80). Sum of RGB (Red+Green+Blue) = 199+113+80=392 (51% of max value = 765). Red value is 199 (78.12% from 255 or 50.77% from 392); Green value is 113 (44.53% from 255 or 28.83% from 392); Blue value is 80 (31.64% from 255 or 20.41% from 392); Max value from RGB is 199 - color contains mainly: red. Hex color #C77150 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C77150 is #388EAF. Grayscale: #878787. Windows color (decimal): -3706544 or 5272007. OLE color: 5272007.

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

Color convert

RGB 199 113 80 -
CMYK 0 0.43 0.60 0.22
HSL 16.64º 0.52% 0.55% -
HSV(B) 16.64º 0.6% 0.78% -
XYZ 30.91 24.53 10.7 -
YUV 134.95 96.99 173.68 -
System Red Green Blue C M Y K H S L
Decimal 199 113 80 0 0.43 0.60 0.22 16.64 0.52 0.55
Hex C7 71 50 0 2B 3C 16 11 34 37
Octal 307 161 120 0 53 74 26 21 64 67
Binary 11000111 1110001 1010000 0 101011 111100 10110 10001 110100 110111

Color Harmonies of #C77150

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C77150

Black with #C77150

Text Example


Text Example

White with #C77150

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C77150; }

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

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

background-color css

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

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

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

border-color css

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

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

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