Html Css Color HEX #C76E4D Red Damask

📋 copy color: '#C76E4D'

red 199 ◦ green 110 ◦ blue 77

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

Shades of Red Damask #C76E4D

Tints of Red Damask #C76E4D

RGB

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

 GREEN value IS 110 (43.36% from 255) = 28.5%

 BLUE value IS 77 (30.47% from 255) = 19.95%

R = 51.55%
G = 28.5%
B = 19.95%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.61

 K value IS 0.22

RGB Variations

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

Color information

#C76E4D (or 0xC76E4D) is known color: Red Damask. HEX triplet: C7, 6E and 4D. RGB value is (199,110,77). Sum of RGB (Red+Green+Blue) = 199+110+77=386 (51% of max value = 765). Red value is 199 (78.12% from 255 or 51.55% from 386); Green value is 110 (43.36% from 255 or 28.50% from 386); Blue value is 77 (30.47% from 255 or 19.95% from 386); Max value from RGB is 199 - color contains mainly: red. Hex color #C76E4D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C76E4D is #3891B2. Grayscale: #858585. Windows color (decimal): -3707315 or 5074631. OLE color: 5074631.

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

Color convert

RGB 199 110 77 -
CMYK 0 0.45 0.61 0.22
HSL 16.23º 0.52% 0.54% -
HSV(B) 16.23º 0.61% 0.78% -
XYZ 30.47 23.83 10.01 -
YUV 132.85 96.49 175.18 -
System Red Green Blue C M Y K H S L
Decimal 199 110 77 0 0.45 0.61 0.22 16.23 0.52 0.54
Hex C7 6E 4D 0 2D 3D 16 10 34 36
Octal 307 156 115 0 55 75 26 20 64 66
Binary 11000111 1101110 1001101 0 101101 111101 10110 10000 110100 110110

Color Harmonies of #C76E4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C76E4D

Black with #C76E4D

Text Example


Text Example

White with #C76E4D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C76E4D; }

 p { color: rgb(199,110,77); }

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

background-color css

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

 a { background-color: rgb(199,110,77); }

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

border-color css

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

 span { border-color: rgb(199,110,77); }

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