Html Css Color HEX #C76749 Red Damask

📋 copy color: '#C76749'

red 199 ◦ green 103 ◦ blue 73

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

Shades of Red Damask #C76749

Tints of Red Damask #C76749

RGB

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

 GREEN value IS 103 (40.63% from 255) = 27.47%

 BLUE value IS 73 (28.91% from 255) = 19.47%

R = 53.07%
G = 27.47%
B = 19.47%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.63

 K value IS 0.22

RGB Variations

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

Color information

#C76749 (or 0xC76749) is known color: Red Damask. HEX triplet: C7, 67 and 49. RGB value is (199,103,73). Sum of RGB (Red+Green+Blue) = 199+103+73=375 (49% of max value = 765). Red value is 199 (78.12% from 255 or 53.07% from 375); Green value is 103 (40.62% from 255 or 27.47% from 375); Blue value is 73 (28.91% from 255 or 19.47% from 375); Max value from RGB is 199 - color contains mainly: red. Hex color #C76749 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C76749 is #3898B6. Grayscale: #808080. Windows color (decimal): -3709111 or 4810695. OLE color: 4810695.

HSL color Cylindrical-coordinate representation of color #C76749: hue angle of 14.29º degrees, saturation: 0.53, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #C76749 is Cyan = 0, Magento = 0.48, Yellow = 0.63 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 103 73 -
CMYK 0 0.48 0.63 0.22
HSL 14.29º 0.53% 0.53% -
HSV(B) 14.29º 0.63% 0.78% -
XYZ 29.61 22.32 9.05 -
YUV 128.28 96.8 178.44 -
System Red Green Blue C M Y K H S L
Decimal 199 103 73 0 0.48 0.63 0.22 14.29 0.53 0.53
Hex C7 67 49 0 30 3F 16 E 35 35
Octal 307 147 111 0 60 77 26 16 65 65
Binary 11000111 1100111 1001001 0 110000 111111 10110 1110 110101 110101

Color Harmonies of #C76749

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C76749

Black with #C76749

Text Example


Text Example

White with #C76749

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C76749; }

 p { color: rgb(199,103,73); }

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

background-color css

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

 a { background-color: rgb(199,103,73); }

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

border-color css

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

 span { border-color: rgb(199,103,73); }

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