Html Css Color HEX #C3537A Royal Heath

📋 copy color: '#C3537A'

red 195 ◦ green 83 ◦ blue 122

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

Shades of Royal Heath #C3537A

Tints of Royal Heath #C3537A

RGB

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

 GREEN value IS 83 (32.81% from 255) = 20.75%

 BLUE value IS 122 (48.05% from 255) = 30.5%

R = 48.75%
G = 20.75%
B = 30.5%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.37

 K value IS 0.24

RGB Variations

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

Color information

#C3537A (or 0xC3537A) is known color: Royal Heath. HEX triplet: C3, 53 and 7A. RGB value is (195,83,122). Sum of RGB (Red+Green+Blue) = 195+83+122=400 (52% of max value = 765). Red value is 195 (76.56% from 255 or 48.75% from 400); Green value is 83 (32.81% from 255 or 20.75% from 400); Blue value is 122 (48.05% from 255 or 30.5% from 400); Max value from RGB is 195 - color contains mainly: red. Hex color #C3537A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C3537A is #3CAC85. Grayscale: #787878. Windows color (decimal): -3976326 or 8016835. OLE color: 8016835.

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

Color convert

RGB 195 83 122 -
CMYK 0 0.57 0.37 0.24
HSL 339.11º 0.48% 0.55% -
HSV(B) 339.11º 0.57% 0.76% -
XYZ 29.11 19.19 20.58 -
YUV 120.93 128.61 180.83 -
System Red Green Blue C M Y K H S L
Decimal 195 83 122 0 0.57 0.37 0.24 339.11 0.48 0.55
Hex C3 53 7A 0 39 25 18 153 30 37
Octal 303 123 172 0 71 45 30 523 60 67
Binary 11000011 1010011 1111010 0 111001 100101 11000 101010011 110000 110111

Color Harmonies of #C3537A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3537A

Black with #C3537A

Text Example


Text Example

White with #C3537A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3537A; }

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

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

background-color css

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

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

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

border-color css

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

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

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