Html Css Color HEX #C76D52 Red Damask

📋 copy color: '#C76D52'

red 199 ◦ green 109 ◦ blue 82

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

Shades of Red Damask #C76D52

Tints of Red Damask #C76D52

RGB

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

 GREEN value IS 109 (42.97% from 255) = 27.95%

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

R = 51.03%
G = 27.95%
B = 21.03%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.59

 K value IS 0.22

RGB Variations

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

Color information

#C76D52 (or 0xC76D52) is known color: Red Damask. HEX triplet: C7, 6D and 52. RGB value is (199,109,82). Sum of RGB (Red+Green+Blue) = 199+109+82=390 (51% of max value = 765). Red value is 199 (78.12% from 255 or 51.03% from 390); Green value is 109 (42.97% from 255 or 27.95% from 390); Blue value is 82 (32.42% from 255 or 21.03% from 390); Max value from RGB is 199 - color contains mainly: red. Hex color #C76D52 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C76D52 is #3892AD. Grayscale: #858585. Windows color (decimal): -3707566 or 5402055. OLE color: 5402055.

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

Color convert

RGB 199 109 82 -
CMYK 0 0.45 0.59 0.22
HSL 13.85º 0.51% 0.55% -
HSV(B) 13.85º 0.59% 0.78% -
XYZ 30.54 23.69 10.95 -
YUV 132.83 99.32 175.2 -
System Red Green Blue C M Y K H S L
Decimal 199 109 82 0 0.45 0.59 0.22 13.85 0.51 0.55
Hex C7 6D 52 0 2D 3B 16 E 33 37
Octal 307 155 122 0 55 73 26 16 63 67
Binary 11000111 1101101 1010010 0 101101 111011 10110 1110 110011 110111

Color Harmonies of #C76D52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C76D52

Black with #C76D52

Text Example


Text Example

White with #C76D52

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C76D52; }

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

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

background-color css

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

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

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

border-color css

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

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

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