Html Css Color HEX #C76C4B Red Damask

📋 copy color: '#C76C4B'

red 199 ◦ green 108 ◦ blue 75

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

Shades of Red Damask #C76C4B

Tints of Red Damask #C76C4B

RGB

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

 GREEN value IS 108 (42.58% from 255) = 28.27%

 BLUE value IS 75 (29.69% from 255) = 19.63%

R = 52.09%
G = 28.27%
B = 19.63%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.62

 K value IS 0.22

RGB Variations

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

Color information

#C76C4B (or 0xC76C4B) is known color: Red Damask. HEX triplet: C7, 6C and 4B. RGB value is (199,108,75). Sum of RGB (Red+Green+Blue) = 199+108+75=382 (50% of max value = 765). Red value is 199 (78.12% from 255 or 52.09% from 382); Green value is 108 (42.58% from 255 or 28.27% from 382); Blue value is 75 (29.69% from 255 or 19.63% from 382); Max value from RGB is 199 - color contains mainly: red. Hex color #C76C4B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C76C4B is #3893B4. Grayscale: #838383. Windows color (decimal): -3707829 or 4943047. OLE color: 4943047.

HSL color Cylindrical-coordinate representation of color #C76C4B: hue angle of 15.97º degrees, saturation: 0.53, 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 #C76C4B is Cyan = 0, Magento = 0.46, Yellow = 0.62 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 108 75 -
CMYK 0 0.46 0.62 0.22
HSL 15.97º 0.53% 0.54% -
HSV(B) 15.97º 0.62% 0.78% -
XYZ 30.19 23.38 9.58 -
YUV 131.45 96.15 176.18 -
System Red Green Blue C M Y K H S L
Decimal 199 108 75 0 0.46 0.62 0.22 15.97 0.53 0.54
Hex C7 6C 4B 0 2E 3E 16 10 35 36
Octal 307 154 113 0 56 76 26 20 65 66
Binary 11000111 1101100 1001011 0 101110 111110 10110 10000 110101 110110

Color Harmonies of #C76C4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C76C4B

Black with #C76C4B

Text Example


Text Example

White with #C76C4B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C76C4B; }

 p { color: rgb(199,108,75); }

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

background-color css

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

 a { background-color: rgb(199,108,75); }

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

border-color css

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

 span { border-color: rgb(199,108,75); }

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