Html Css Color HEX #C37048 Red Damask

📋 copy color: '#C37048'

red 195 ◦ green 112 ◦ blue 72

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

Shades of Red Damask #C37048

Tints of Red Damask #C37048

RGB

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

 GREEN value IS 112 (44.14% from 255) = 29.55%

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

R = 51.45%
G = 29.55%
B = 19%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.63

 K value IS 0.24

RGB Variations

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

Color information

#C37048 (or 0xC37048) is known color: Red Damask. HEX triplet: C3, 70 and 48. RGB value is (195,112,72). Sum of RGB (Red+Green+Blue) = 195+112+72=379 (50% of max value = 765). Red value is 195 (76.56% from 255 or 51.45% from 379); Green value is 112 (44.14% from 255 or 29.55% from 379); Blue value is 72 (28.52% from 255 or 19.00% from 379); Max value from RGB is 195 - color contains mainly: red. Hex color #C37048 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C37048 is #3C8FB7. Grayscale: #848484. Windows color (decimal): -3968952 or 4747459. OLE color: 4747459.

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

Color convert

RGB 195 112 72 -
CMYK 0 0.43 0.63 0.24
HSL 19.51º 0.51% 0.52% -
HSV(B) 19.51º 0.63% 0.76% -
XYZ 29.47 23.66 9.14 -
YUV 132.26 94 172.75 -
System Red Green Blue C M Y K H S L
Decimal 195 112 72 0 0.43 0.63 0.24 19.51 0.51 0.52
Hex C3 70 48 0 2B 3F 18 14 33 34
Octal 303 160 110 0 53 77 30 24 63 64
Binary 11000011 1110000 1001000 0 101011 111111 11000 10100 110011 110100

Color Harmonies of #C37048

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C37048

Black with #C37048

Text Example


Text Example

White with #C37048

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C37048; }

 p { color: rgb(195,112,72); }

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

background-color css

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

 a { background-color: rgb(195,112,72); }

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

border-color css

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

 span { border-color: rgb(195,112,72); }

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