Html Css Color HEX #C76F4D Red Damask

📋 copy color: '#C76F4D'

red 199 ◦ green 111 ◦ blue 77

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

Shades of Red Damask #C76F4D

Tints of Red Damask #C76F4D

RGB

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

 GREEN value IS 111 (43.75% from 255) = 28.68%

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

R = 51.42%
G = 28.68%
B = 19.9%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.61

 K value IS 0.22

RGB Variations

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

Color information

#C76F4D (or 0xC76F4D) is known color: Red Damask. HEX triplet: C7, 6F and 4D. RGB value is (199,111,77). Sum of RGB (Red+Green+Blue) = 199+111+77=387 (51% of max value = 765). Red value is 199 (78.12% from 255 or 51.42% from 387); Green value is 111 (43.75% from 255 or 28.68% from 387); Blue value is 77 (30.47% from 255 or 19.90% from 387); Max value from RGB is 199 - color contains mainly: red. Hex color #C76F4D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C76F4D is #3890B2. Grayscale: #858585. Windows color (decimal): -3707059 or 5074887. OLE color: 5074887.

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

Color convert

RGB 199 111 77 -
CMYK 0 0.44 0.61 0.22
HSL 16.72º 0.52% 0.54% -
HSV(B) 16.72º 0.61% 0.78% -
XYZ 30.58 24.05 10.05 -
YUV 133.44 96.15 174.76 -
System Red Green Blue C M Y K H S L
Decimal 199 111 77 0 0.44 0.61 0.22 16.72 0.52 0.54
Hex C7 6F 4D 0 2C 3D 16 11 34 36
Octal 307 157 115 0 54 75 26 21 64 66
Binary 11000111 1101111 1001101 0 101100 111101 10110 10001 110100 110110

Color Harmonies of #C76F4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C76F4D

Black with #C76F4D

Text Example


Text Example

White with #C76F4D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C76F4D; }

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

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

background-color css

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

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

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

border-color css

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

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

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