Html Css Color HEX #C37448 Red Damask

📋 copy color: '#C37448'

red 195 ◦ green 116 ◦ blue 72

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

Shades of Red Damask #C37448

Tints of Red Damask #C37448

RGB

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

 GREEN value IS 116 (45.7% from 255) = 30.29%

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

R = 50.91%
G = 30.29%
B = 18.8%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.63

 K value IS 0.24

RGB Variations

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

Color information

#C37448 (or 0xC37448) is known color: Red Damask. HEX triplet: C3, 74 and 48. RGB value is (195,116,72). Sum of RGB (Red+Green+Blue) = 195+116+72=383 (50% of max value = 765). Red value is 195 (76.56% from 255 or 50.91% from 383); Green value is 116 (45.70% from 255 or 30.29% from 383); Blue value is 72 (28.52% from 255 or 18.80% from 383); Max value from RGB is 195 - color contains mainly: red. Hex color #C37448 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C37448 is #3C8BB7. Grayscale: #868686. Windows color (decimal): -3967928 or 4748483. OLE color: 4748483.

HSL color Cylindrical-coordinate representation of color #C37448: hue angle of 21.46º 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 #C37448 is Cyan = 0, Magento = 0.41, Yellow = 0.63 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 116 72 -
CMYK 0 0.41 0.63 0.24
HSL 21.46º 0.51% 0.52% -
HSV(B) 21.46º 0.63% 0.76% -
XYZ 29.92 24.56 9.29 -
YUV 134.61 92.67 171.08 -
System Red Green Blue C M Y K H S L
Decimal 195 116 72 0 0.41 0.63 0.24 21.46 0.51 0.52
Hex C3 74 48 0 29 3F 18 15 33 34
Octal 303 164 110 0 51 77 30 25 63 64
Binary 11000011 1110100 1001000 0 101001 111111 11000 10101 110011 110100

Color Harmonies of #C37448

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C37448

Black with #C37448

Text Example


Text Example

White with #C37448

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C37448; }

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

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

background-color css

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

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

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

border-color css

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

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

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