Html Css Color HEX #C37548 Red Damask

📋 copy color: '#C37548'

red 195 ◦ green 117 ◦ blue 72

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

Shades of Red Damask #C37548

Tints of Red Damask #C37548

RGB

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

 GREEN value IS 117 (46.09% from 255) = 30.47%

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

R = 50.78%
G = 30.47%
B = 18.75%

CMYK

 C value IS 0

 M value IS 0.4

 Y value IS 0.63

 K value IS 0.24

RGB Variations

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

Color information

#C37548 (or 0xC37548) is known color: Red Damask. HEX triplet: C3, 75 and 48. RGB value is (195,117,72). Sum of RGB (Red+Green+Blue) = 195+117+72=384 (50% of max value = 765). Red value is 195 (76.56% from 255 or 50.78% from 384); Green value is 117 (46.09% from 255 or 30.47% from 384); Blue value is 72 (28.52% from 255 or 18.75% from 384); Max value from RGB is 195 - color contains mainly: red. Hex color #C37548 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C37548 is #3C8AB7. Grayscale: #878787. Windows color (decimal): -3967672 or 4748739. OLE color: 4748739.

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

Color convert

RGB 195 117 72 -
CMYK 0 0.4 0.63 0.24
HSL 21.95º 0.51% 0.52% -
HSV(B) 21.95º 0.63% 0.76% -
XYZ 30.04 24.79 9.33 -
YUV 135.19 92.34 170.66 -
System Red Green Blue C M Y K H S L
Decimal 195 117 72 0 0.4 0.63 0.24 21.95 0.51 0.52
Hex C3 75 48 0 28 3F 18 16 33 34
Octal 303 165 110 0 50 77 30 26 63 64
Binary 11000011 1110101 1001000 0 101000 111111 11000 10110 110011 110100

Color Harmonies of #C37548

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C37548

Black with #C37548

Text Example


Text Example

White with #C37548

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C37548; }

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

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

background-color css

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

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

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

border-color css

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

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

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