Html Css Color HEX #C77552 Red Damask

📋 copy color: '#C77552'

red 199 ◦ green 117 ◦ blue 82

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

Shades of Red Damask #C77552

Tints of Red Damask #C77552

RGB

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

 GREEN value IS 117 (46.09% from 255) = 29.4%

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

R = 50%
G = 29.4%
B = 20.6%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.59

 K value IS 0.22

RGB Variations

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

Color information

#C77552 (or 0xC77552) is known color: Red Damask. HEX triplet: C7, 75 and 52. RGB value is (199,117,82). Sum of RGB (Red+Green+Blue) = 199+117+82=398 (52% of max value = 765). Red value is 199 (78.12% from 255 or 50% from 398); Green value is 117 (46.09% from 255 or 29.40% from 398); Blue value is 82 (32.42% from 255 or 20.60% from 398); Max value from RGB is 199 - color contains mainly: red. Hex color #C77552 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C77552 is #388AAD. Grayscale: #898989. Windows color (decimal): -3705518 or 5404103. OLE color: 5404103.

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

Color convert

RGB 199 117 82 -
CMYK 0 0.41 0.59 0.22
HSL 17.95º 0.51% 0.55% -
HSV(B) 17.95º 0.59% 0.78% -
XYZ 31.44 25.47 11.24 -
YUV 137.53 96.67 171.85 -
System Red Green Blue C M Y K H S L
Decimal 199 117 82 0 0.41 0.59 0.22 17.95 0.51 0.55
Hex C7 75 52 0 29 3B 16 12 33 37
Octal 307 165 122 0 51 73 26 22 63 67
Binary 11000111 1110101 1010010 0 101001 111011 10110 10010 110011 110111

Color Harmonies of #C77552

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C77552

Black with #C77552

Text Example


Text Example

White with #C77552

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C77552; }

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

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

background-color css

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

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

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

border-color css

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

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

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