Html Css Color HEX #C77348 Red Damask

📋 copy color: '#C77348'

red 199 ◦ green 115 ◦ blue 72

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

Shades of Red Damask #C77348

Tints of Red Damask #C77348

RGB

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

 GREEN value IS 115 (45.31% from 255) = 29.79%

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

R = 51.55%
G = 29.79%
B = 18.65%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.64

 K value IS 0.22

RGB Variations

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

Color information

#C77348 (or 0xC77348) is known color: Red Damask. HEX triplet: C7, 73 and 48. RGB value is (199,115,72). Sum of RGB (Red+Green+Blue) = 199+115+72=386 (51% of max value = 765). Red value is 199 (78.12% from 255 or 51.55% from 386); Green value is 115 (45.31% from 255 or 29.79% from 386); Blue value is 72 (28.52% from 255 or 18.65% from 386); Max value from RGB is 199 - color contains mainly: red. Hex color #C77348 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C77348 is #388CB7. Grayscale: #878787. Windows color (decimal): -3706040 or 4748231. OLE color: 4748231.

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

Color convert

RGB 199 115 72 -
CMYK 0 0.42 0.64 0.22
HSL 20.31º 0.53% 0.53% -
HSV(B) 20.31º 0.64% 0.78% -
XYZ 30.85 24.87 9.31 -
YUV 135.21 92.33 173.5 -
System Red Green Blue C M Y K H S L
Decimal 199 115 72 0 0.42 0.64 0.22 20.31 0.53 0.53
Hex C7 73 48 0 2A 40 16 14 35 35
Octal 307 163 110 0 52 100 26 24 65 65
Binary 11000111 1110011 1001000 0 101010 1000000 10110 10100 110101 110101

Color Harmonies of #C77348

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C77348

Black with #C77348

Text Example


Text Example

White with #C77348

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C77348; }

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

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

background-color css

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

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

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

border-color css

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

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

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