Html Css Color HEX #C76647 Red Damask

📋 copy color: '#C76647'

red 199 ◦ green 102 ◦ blue 71

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

Shades of Red Damask #C76647

Tints of Red Damask #C76647

RGB

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

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

 BLUE value IS 71 (28.13% from 255) = 19.09%

R = 53.49%
G = 27.42%
B = 19.09%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.64

 K value IS 0.22

RGB Variations

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

Color information

#C76647 (or 0xC76647) is known color: Red Damask. HEX triplet: C7, 66 and 47. RGB value is (199,102,71). Sum of RGB (Red+Green+Blue) = 199+102+71=372 (49% of max value = 765). Red value is 199 (78.12% from 255 or 53.49% from 372); Green value is 102 (40.23% from 255 or 27.42% from 372); Blue value is 71 (28.12% from 255 or 19.09% from 372); Max value from RGB is 199 - color contains mainly: red. Hex color #C76647 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C76647 is #3899B8. Grayscale: #7F7F7F. Windows color (decimal): -3709369 or 4679367. OLE color: 4679367.

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

Color convert

RGB 199 102 71 -
CMYK 0 0.49 0.64 0.22
HSL 14.53º 0.53% 0.53% -
HSV(B) 14.53º 0.64% 0.78% -
XYZ 29.44 22.1 8.68 -
YUV 127.47 96.14 179.02 -
System Red Green Blue C M Y K H S L
Decimal 199 102 71 0 0.49 0.64 0.22 14.53 0.53 0.53
Hex C7 66 47 0 31 40 16 F 35 35
Octal 307 146 107 0 61 100 26 17 65 65
Binary 11000111 1100110 1000111 0 110001 1000000 10110 1111 110101 110101

Color Harmonies of #C76647

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C76647

Black with #C76647

Text Example


Text Example

White with #C76647

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C76647; }

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

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

background-color css

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

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

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

border-color css

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

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

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