Html Css Color HEX #C77652 Red Damask

📋 copy color: '#C77652'

red 199 ◦ green 118 ◦ blue 82

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

Shades of Red Damask #C77652

Tints of Red Damask #C77652

RGB

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

 GREEN value IS 118 (46.48% from 255) = 29.57%

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

R = 49.87%
G = 29.57%
B = 20.55%

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

#C77652 (or 0xC77652) is known color: Red Damask. HEX triplet: C7, 76 and 52. RGB value is (199,118,82). Sum of RGB (Red+Green+Blue) = 199+118+82=399 (52% of max value = 765). Red value is 199 (78.12% from 255 or 49.87% from 399); Green value is 118 (46.48% from 255 or 29.57% from 399); Blue value is 82 (32.42% from 255 or 20.55% from 399); Max value from RGB is 199 - color contains mainly: red. Hex color #C77652 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C77652 is #3889AD. Grayscale: #8A8A8A. Windows color (decimal): -3705262 or 5404359. OLE color: 5404359.

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

Color convert

RGB 199 118 82 -
CMYK 0 0.41 0.59 0.22
HSL 18.46º 0.51% 0.55% -
HSV(B) 18.46º 0.59% 0.78% -
XYZ 31.55 25.71 11.28 -
YUV 138.12 96.34 171.43 -
System Red Green Blue C M Y K H S L
Decimal 199 118 82 0 0.41 0.59 0.22 18.46 0.51 0.55
Hex C7 76 52 0 29 3B 16 12 33 37
Octal 307 166 122 0 51 73 26 22 63 67
Binary 11000111 1110110 1010010 0 101001 111011 10110 10010 110011 110111

Color Harmonies of #C77652

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C77652

Black with #C77652

Text Example


Text Example

White with #C77652

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C77652; }

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

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

background-color css

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

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

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

border-color css

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

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

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