Html Css Color HEX #C37247 Red Damask

📋 copy color: '#C37247'

red 195 ◦ green 114 ◦ blue 71

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

Shades of Red Damask #C37247

Tints of Red Damask #C37247

RGB

 RED value IS 195 (76.56% from 255) = 51.32%

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

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

R = 51.32%
G = 30%
B = 18.68%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.64

 K value IS 0.24

RGB Variations

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

Color information

#C37247 (or 0xC37247) is known color: Red Damask. HEX triplet: C3, 72 and 47. RGB value is (195,114,71). Sum of RGB (Red+Green+Blue) = 195+114+71=380 (50% of max value = 765). Red value is 195 (76.56% from 255 or 51.32% from 380); Green value is 114 (44.92% from 255 or 30% from 380); Blue value is 71 (28.12% from 255 or 18.68% from 380); Max value from RGB is 195 - color contains mainly: red. Hex color #C37247 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C37247 is #3C8DB8. Grayscale: #858585. Windows color (decimal): -3968441 or 4682435. OLE color: 4682435.

HSL color Cylindrical-coordinate representation of color #C37247: hue angle of 20.81º degrees, saturation: 0.51, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #C37247 is Cyan = 0, Magento = 0.42, Yellow = 0.64 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 114 71 -
CMYK 0 0.42 0.64 0.24
HSL 20.81º 0.51% 0.52% -
HSV(B) 20.81º 0.64% 0.76% -
XYZ 29.66 24.09 9.05 -
YUV 133.32 92.84 172 -
System Red Green Blue C M Y K H S L
Decimal 195 114 71 0 0.42 0.64 0.24 20.81 0.51 0.52
Hex C3 72 47 0 2A 40 18 15 33 34
Octal 303 162 107 0 52 100 30 25 63 64
Binary 11000011 1110010 1000111 0 101010 1000000 11000 10101 110011 110100

Color Harmonies of #C37247

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C37247

Black with #C37247

Text Example


Text Example

White with #C37247

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C37247; }

 p { color: rgb(195,114,71); }

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

background-color css

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

 a { background-color: rgb(195,114,71); }

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

border-color css

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

 span { border-color: rgb(195,114,71); }

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