Html Css Color HEX #C76B50 Red Damask

📋 copy color: '#C76B50'

red 199 ◦ green 107 ◦ blue 80

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

Shades of Red Damask #C76B50

Tints of Red Damask #C76B50

RGB

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

 GREEN value IS 107 (42.19% from 255) = 27.72%

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

R = 51.55%
G = 27.72%
B = 20.73%

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

#C76B50 (or 0xC76B50) is known color: Red Damask. HEX triplet: C7, 6B and 50. RGB value is (199,107,80). Sum of RGB (Red+Green+Blue) = 199+107+80=386 (51% of max value = 765). Red value is 199 (78.12% from 255 or 51.55% from 386); Green value is 107 (42.19% from 255 or 27.72% from 386); Blue value is 80 (31.64% from 255 or 20.73% from 386); Max value from RGB is 199 - color contains mainly: red. Hex color #C76B50 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C76B50 is #3894AF. Grayscale: #838383. Windows color (decimal): -3708080 or 5270471. OLE color: 5270471.

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

Color convert

RGB 199 107 80 -
CMYK 0 0.46 0.60 0.22
HSL 13.61º 0.52% 0.55% -
HSV(B) 13.61º 0.6% 0.78% -
XYZ 30.26 23.24 10.48 -
YUV 131.43 98.98 176.2 -
System Red Green Blue C M Y K H S L
Decimal 199 107 80 0 0.46 0.60 0.22 13.61 0.52 0.55
Hex C7 6B 50 0 2E 3C 16 E 34 37
Octal 307 153 120 0 56 74 26 16 64 67
Binary 11000111 1101011 1010000 0 101110 111100 10110 1110 110100 110111

Color Harmonies of #C76B50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C76B50

Black with #C76B50

Text Example


Text Example

White with #C76B50

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C76B50; }

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

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

background-color css

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

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

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

border-color css

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

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

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