Html Css Color HEX #C77950 Red Damask

📋 copy color: '#C77950'

red 199 ◦ green 121 ◦ blue 80

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

Shades of Red Damask #C77950

Tints of Red Damask #C77950

RGB

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

 GREEN value IS 121 (47.66% from 255) = 30.25%

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

R = 49.75%
G = 30.25%
B = 20%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.60

 K value IS 0.22

RGB Variations

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

Color information

#C77950 (or 0xC77950) is known color: Red Damask. HEX triplet: C7, 79 and 50. RGB value is (199,121,80). Sum of RGB (Red+Green+Blue) = 199+121+80=400 (52% of max value = 765). Red value is 199 (78.12% from 255 or 49.75% from 400); Green value is 121 (47.66% from 255 or 30.25% from 400); Blue value is 80 (31.64% from 255 or 20% from 400); Max value from RGB is 199 - color contains mainly: red. Hex color #C77950 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C77950 is #3886AF. Grayscale: #8B8B8B. Windows color (decimal): -3704496 or 5274055. OLE color: 5274055.

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

Color convert

RGB 199 121 80 -
CMYK 0 0.39 0.60 0.22
HSL 20.67º 0.52% 0.55% -
HSV(B) 20.67º 0.6% 0.78% -
XYZ 31.84 26.4 11.01 -
YUV 139.65 94.34 170.33 -
System Red Green Blue C M Y K H S L
Decimal 199 121 80 0 0.39 0.60 0.22 20.67 0.52 0.55
Hex C7 79 50 0 27 3C 16 15 34 37
Octal 307 171 120 0 47 74 26 25 64 67
Binary 11000111 1111001 1010000 0 100111 111100 10110 10101 110100 110111

Color Harmonies of #C77950

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C77950

Black with #C77950

Text Example


Text Example

White with #C77950

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C77950; }

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

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

background-color css

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

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

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

border-color css

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

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

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