Html Css Color HEX #C76C50 Red Damask

📋 copy color: '#C76C50'

red 199 ◦ green 108 ◦ blue 80

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

Shades of Red Damask #C76C50

Tints of Red Damask #C76C50

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 20.67%

R = 51.42%
G = 27.91%
B = 20.67%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.60

 K value IS 0.22

RGB Variations

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

Color information

#C76C50 (or 0xC76C50) is known color: Red Damask. HEX triplet: C7, 6C and 50. RGB value is (199,108,80). Sum of RGB (Red+Green+Blue) = 199+108+80=387 (51% of max value = 765). Red value is 199 (78.12% from 255 or 51.42% from 387); Green value is 108 (42.58% from 255 or 27.91% from 387); Blue value is 80 (31.64% from 255 or 20.67% from 387); Max value from RGB is 199 - color contains mainly: red. Hex color #C76C50 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C76C50 is #3893AF. Grayscale: #848484. Windows color (decimal): -3707824 or 5270727. OLE color: 5270727.

HSL color Cylindrical-coordinate representation of color #C76C50: hue angle of 14.12º degrees, saturation: 0.52, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #C76C50 is Cyan = 0, Magento = 0.46, Yellow = 0.60 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 108 80 -
CMYK 0 0.46 0.60 0.22
HSL 14.12º 0.52% 0.55% -
HSV(B) 14.12º 0.6% 0.78% -
XYZ 30.36 23.45 10.51 -
YUV 132.02 98.65 175.78 -
System Red Green Blue C M Y K H S L
Decimal 199 108 80 0 0.46 0.60 0.22 14.12 0.52 0.55
Hex C7 6C 50 0 2E 3C 16 E 34 37
Octal 307 154 120 0 56 74 26 16 64 67
Binary 11000111 1101100 1010000 0 101110 111100 10110 1110 110100 110111

Color Harmonies of #C76C50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C76C50

Black with #C76C50

Text Example


Text Example

White with #C76C50

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C76C50; }

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

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

background-color css

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

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

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

border-color css

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

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

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