Html Css Color HEX #C76A4C Red Damask

📋 copy color: '#C76A4C'

red 199 ◦ green 106 ◦ blue 76

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

Shades of Red Damask #C76A4C

Tints of Red Damask #C76A4C

RGB

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

 GREEN value IS 106 (41.8% from 255) = 27.82%

 BLUE value IS 76 (30.08% from 255) = 19.95%

R = 52.23%
G = 27.82%
B = 19.95%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.62

 K value IS 0.22

RGB Variations

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

Color information

#C76A4C (or 0xC76A4C) is known color: Red Damask. HEX triplet: C7, 6A and 4C. RGB value is (199,106,76). Sum of RGB (Red+Green+Blue) = 199+106+76=381 (50% of max value = 765). Red value is 199 (78.12% from 255 or 52.23% from 381); Green value is 106 (41.80% from 255 or 27.82% from 381); Blue value is 76 (30.08% from 255 or 19.95% from 381); Max value from RGB is 199 - color contains mainly: red. Hex color #C76A4C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C76A4C is #3895B3. Grayscale: #828282. Windows color (decimal): -3708340 or 5008071. OLE color: 5008071.

HSL color Cylindrical-coordinate representation of color #C76A4C: hue angle of 14.63º degrees, saturation: 0.52, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #C76A4C is Cyan = 0, Magento = 0.47, Yellow = 0.62 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 106 76 -
CMYK 0 0.47 0.62 0.22
HSL 14.63º 0.52% 0.54% -
HSV(B) 14.63º 0.62% 0.78% -
XYZ 30.01 22.97 9.69 -
YUV 130.39 97.31 176.94 -
System Red Green Blue C M Y K H S L
Decimal 199 106 76 0 0.47 0.62 0.22 14.63 0.52 0.54
Hex C7 6A 4C 0 2F 3E 16 F 34 36
Octal 307 152 114 0 57 76 26 17 64 66
Binary 11000111 1101010 1001100 0 101111 111110 10110 1111 110100 110110

Color Harmonies of #C76A4C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C76A4C

Black with #C76A4C

Text Example


Text Example

White with #C76A4C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C76A4C; }

 p { color: rgb(199,106,76); }

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

background-color css

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

 a { background-color: rgb(199,106,76); }

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

border-color css

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

 span { border-color: rgb(199,106,76); }

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