Html Css Color HEX #C76649 Red Damask

📋 copy color: '#C76649'

red 199 ◦ green 102 ◦ blue 73

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

Shades of Red Damask #C76649

Tints of Red Damask #C76649

RGB

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

 GREEN value IS 102 (40.23% from 255) = 27.27%

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

R = 53.21%
G = 27.27%
B = 19.52%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.63

 K value IS 0.22

RGB Variations

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

Color information

#C76649 (or 0xC76649) is known color: Red Damask. HEX triplet: C7, 66 and 49. RGB value is (199,102,73). Sum of RGB (Red+Green+Blue) = 199+102+73=374 (49% of max value = 765). Red value is 199 (78.12% from 255 or 53.21% from 374); Green value is 102 (40.23% from 255 or 27.27% from 374); Blue value is 73 (28.91% from 255 or 19.52% from 374); Max value from RGB is 199 - color contains mainly: red. Hex color #C76649 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C76649 is #3899B6. Grayscale: #7F7F7F. Windows color (decimal): -3709367 or 4810439. OLE color: 4810439.

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

Color convert

RGB 199 102 73 -
CMYK 0 0.49 0.63 0.22
HSL 13.81º 0.53% 0.53% -
HSV(B) 13.81º 0.63% 0.78% -
XYZ 29.51 22.13 9.02 -
YUV 127.7 97.14 178.86 -
System Red Green Blue C M Y K H S L
Decimal 199 102 73 0 0.49 0.63 0.22 13.81 0.53 0.53
Hex C7 66 49 0 31 3F 16 E 35 35
Octal 307 146 111 0 61 77 26 16 65 65
Binary 11000111 1100110 1001001 0 110001 111111 10110 1110 110101 110101

Color Harmonies of #C76649

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C76649

Black with #C76649

Text Example


Text Example

White with #C76649

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C76649; }

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

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

background-color css

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

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

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

border-color css

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

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

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