Html Css Color HEX #C37B53 Red Damask

📋 copy color: '#C37B53'

red 195 ◦ green 123 ◦ blue 83

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

Shades of Red Damask #C37B53

Tints of Red Damask #C37B53

RGB

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

 GREEN value IS 123 (48.44% from 255) = 30.67%

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

R = 48.63%
G = 30.67%
B = 20.7%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.57

 K value IS 0.24

RGB Variations

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

Color information

#C37B53 (or 0xC37B53) is known color: Red Damask. HEX triplet: C3, 7B and 53. RGB value is (195,123,83). Sum of RGB (Red+Green+Blue) = 195+123+83=401 (53% of max value = 765). Red value is 195 (76.56% from 255 or 48.63% from 401); Green value is 123 (48.44% from 255 or 30.67% from 401); Blue value is 83 (32.81% from 255 or 20.70% from 401); Max value from RGB is 195 - color contains mainly: red. Hex color #C37B53 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C37B53 is #3C84AC. Grayscale: #8C8C8C. Windows color (decimal): -3966125 or 5471171. OLE color: 5471171.

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

Color convert

RGB 195 123 83 -
CMYK 0 0.37 0.57 0.24
HSL 21.43º 0.48% 0.55% -
HSV(B) 21.43º 0.57% 0.76% -
XYZ 31.15 26.39 11.64 -
YUV 139.97 95.85 167.25 -
System Red Green Blue C M Y K H S L
Decimal 195 123 83 0 0.37 0.57 0.24 21.43 0.48 0.55
Hex C3 7B 53 0 25 39 18 15 30 37
Octal 303 173 123 0 45 71 30 25 60 67
Binary 11000011 1111011 1010011 0 100101 111001 11000 10101 110000 110111

Color Harmonies of #C37B53

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C37B53

Black with #C37B53

Text Example


Text Example

White with #C37B53

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C37B53; }

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

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

background-color css

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

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

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

border-color css

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

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

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