Html Css Color HEX #C2537C Royal Heath

📋 copy color: '#C2537C'

red 194 ◦ green 83 ◦ blue 124

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

Shades of Royal Heath #C2537C

Tints of Royal Heath #C2537C

RGB

 RED value IS 194 (76.17% from 255) = 48.38%

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

 BLUE value IS 124 (48.83% from 255) = 30.92%

R = 48.38%
G = 20.7%
B = 30.92%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.36

 K value IS 0.24

RGB Variations

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

Color information

#C2537C (or 0xC2537C) is known color: Royal Heath. HEX triplet: C2, 53 and 7C. RGB value is (194,83,124). Sum of RGB (Red+Green+Blue) = 194+83+124=401 (53% of max value = 765). Red value is 194 (76.17% from 255 or 48.38% from 401); Green value is 83 (32.81% from 255 or 20.70% from 401); Blue value is 124 (48.83% from 255 or 30.92% from 401); Max value from RGB is 194 - color contains mainly: red. Hex color #C2537C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C2537C is #3DAC83. Grayscale: #787878. Windows color (decimal): -4041860 or 8147906. OLE color: 8147906.

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

Color convert

RGB 194 83 124 -
CMYK 0 0.57 0.36 0.24
HSL 337.84º 0.48% 0.54% -
HSV(B) 337.84º 0.57% 0.76% -
XYZ 28.98 19.11 21.23 -
YUV 120.86 129.77 180.17 -
System Red Green Blue C M Y K H S L
Decimal 194 83 124 0 0.57 0.36 0.24 337.84 0.48 0.54
Hex C2 53 7C 0 39 24 18 152 30 36
Octal 302 123 174 0 71 44 30 522 60 66
Binary 11000010 1010011 1111100 0 111001 100100 11000 101010010 110000 110110

Color Harmonies of #C2537C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2537C

Black with #C2537C

Text Example


Text Example

White with #C2537C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2537C; }

 p { color: rgb(194,83,124); }

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

background-color css

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

 a { background-color: rgb(194,83,124); }

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

border-color css

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

 span { border-color: rgb(194,83,124); }

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