Html Css Color HEX #C37053 Red Damask

📋 copy color: '#C37053'

red 195 ◦ green 112 ◦ blue 83

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

Shades of Red Damask #C37053

Tints of Red Damask #C37053

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 21.28%

R = 50%
G = 28.72%
B = 21.28%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.57

 K value IS 0.24

RGB Variations

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

Color information

#C37053 (or 0xC37053) is known color: Red Damask. HEX triplet: C3, 70 and 53. RGB value is (195,112,83). Sum of RGB (Red+Green+Blue) = 195+112+83=390 (51% of max value = 765). Red value is 195 (76.56% from 255 or 50% from 390); Green value is 112 (44.14% from 255 or 28.72% from 390); Blue value is 83 (32.81% from 255 or 21.28% from 390); Max value from RGB is 195 - color contains mainly: red. Hex color #C37053 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C37053 is #3C8FAC. Grayscale: #858585. Windows color (decimal): -3968941 or 5468355. OLE color: 5468355.

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

Color convert

RGB 195 112 83 -
CMYK 0 0.43 0.57 0.24
HSL 15.54º 0.48% 0.55% -
HSV(B) 15.54º 0.57% 0.76% -
XYZ 29.86 23.81 11.21 -
YUV 133.51 99.5 171.86 -
System Red Green Blue C M Y K H S L
Decimal 195 112 83 0 0.43 0.57 0.24 15.54 0.48 0.55
Hex C3 70 53 0 2B 39 18 10 30 37
Octal 303 160 123 0 53 71 30 20 60 67
Binary 11000011 1110000 1010011 0 101011 111001 11000 10000 110000 110111

Color Harmonies of #C37053

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C37053

Black with #C37053

Text Example


Text Example

White with #C37053

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C37053; }

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

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

background-color css

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

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

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

border-color css

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

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

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