Html Css Color HEX #C76648 Red Damask

📋 copy color: '#C76648'

red 199 ◦ green 102 ◦ blue 72

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

Shades of Red Damask #C76648

Tints of Red Damask #C76648

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 19.3%

R = 53.35%
G = 27.35%
B = 19.3%

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

#C76648 (or 0xC76648) is known color: Red Damask. HEX triplet: C7, 66 and 48. RGB value is (199,102,72). Sum of RGB (Red+Green+Blue) = 199+102+72=373 (49% of max value = 765). Red value is 199 (78.12% from 255 or 53.35% from 373); Green value is 102 (40.23% from 255 or 27.35% from 373); Blue value is 72 (28.52% from 255 or 19.30% from 373); Max value from RGB is 199 - color contains mainly: red. Hex color #C76648 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C76648 is #3899B7. Grayscale: #7F7F7F. Windows color (decimal): -3709368 or 4744903. OLE color: 4744903.

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

Color convert

RGB 199 102 72 -
CMYK 0 0.49 0.64 0.22
HSL 14.17º 0.53% 0.53% -
HSV(B) 14.17º 0.64% 0.78% -
XYZ 29.47 22.11 8.85 -
YUV 127.58 96.64 178.94 -
System Red Green Blue C M Y K H S L
Decimal 199 102 72 0 0.49 0.64 0.22 14.17 0.53 0.53
Hex C7 66 48 0 31 40 16 E 35 35
Octal 307 146 110 0 61 100 26 16 65 65
Binary 11000111 1100110 1001000 0 110001 1000000 10110 1110 110101 110101

Color Harmonies of #C76648

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C76648

Black with #C76648

Text Example


Text Example

White with #C76648

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C76648; }

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

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

background-color css

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

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

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

border-color css

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

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

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