Html Css Color HEX #C77246 Red Damask

📋 copy color: '#C77246'

red 199 ◦ green 114 ◦ blue 70

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

Shades of Red Damask #C77246

Tints of Red Damask #C77246

RGB

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

 GREEN value IS 114 (44.92% from 255) = 29.77%

 BLUE value IS 70 (27.73% from 255) = 18.28%

R = 51.96%
G = 29.77%
B = 18.28%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.65

 K value IS 0.22

RGB Variations

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

Color information

#C77246 (or 0xC77246) is known color: Red Damask. HEX triplet: C7, 72 and 46. RGB value is (199,114,70). Sum of RGB (Red+Green+Blue) = 199+114+70=383 (50% of max value = 765). Red value is 199 (78.12% from 255 or 51.96% from 383); Green value is 114 (44.92% from 255 or 29.77% from 383); Blue value is 70 (27.73% from 255 or 18.28% from 383); Max value from RGB is 199 - color contains mainly: red. Hex color #C77246 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C77246 is #388DB9. Grayscale: #868686. Windows color (decimal): -3706298 or 4616903. OLE color: 4616903.

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

Color convert

RGB 199 114 70 -
CMYK 0 0.43 0.65 0.22
HSL 20.47º 0.54% 0.53% -
HSV(B) 20.47º 0.65% 0.78% -
XYZ 30.68 24.62 8.93 -
YUV 134.4 91.66 174.08 -
System Red Green Blue C M Y K H S L
Decimal 199 114 70 0 0.43 0.65 0.22 20.47 0.54 0.53
Hex C7 72 46 0 2B 41 16 14 36 35
Octal 307 162 106 0 53 101 26 24 66 65
Binary 11000111 1110010 1000110 0 101011 1000001 10110 10100 110110 110101

Color Harmonies of #C77246

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C77246

Black with #C77246

Text Example


Text Example

White with #C77246

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C77246; }

 p { color: rgb(199,114,70); }

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

background-color css

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

 a { background-color: rgb(199,114,70); }

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

border-color css

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

 span { border-color: rgb(199,114,70); }

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