Html Css Color HEX #C0537B Royal Heath

📋 copy color: '#C0537B'

red 192 ◦ green 83 ◦ blue 123

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

Shades of Royal Heath #C0537B

Tints of Royal Heath #C0537B

RGB

 RED value IS 192 (75.39% from 255) = 48.24%

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

 BLUE value IS 123 (48.44% from 255) = 30.9%

R = 48.24%
G = 20.85%
B = 30.9%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.36

 K value IS 0.25

RGB Variations

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

Color information

#C0537B (or 0xC0537B) is known color: Royal Heath. HEX triplet: C0, 53 and 7B. RGB value is (192,83,123). Sum of RGB (Red+Green+Blue) = 192+83+123=398 (52% of max value = 765). Red value is 192 (75.39% from 255 or 48.24% from 398); Green value is 83 (32.81% from 255 or 20.85% from 398); Blue value is 123 (48.44% from 255 or 30.90% from 398); Max value from RGB is 192 - color contains mainly: red. Hex color #C0537B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C0537B is #3FAC84. Grayscale: #787878. Windows color (decimal): -4172933 or 8082368. OLE color: 8082368.

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

Color convert

RGB 192 83 123 -
CMYK 0 0.57 0.36 0.25
HSL 337.98º 0.46% 0.54% -
HSV(B) 337.98º 0.57% 0.75% -
XYZ 28.41 18.82 20.87 -
YUV 120.15 129.61 179.25 -
System Red Green Blue C M Y K H S L
Decimal 192 83 123 0 0.57 0.36 0.25 337.98 0.46 0.54
Hex C0 53 7B 0 39 24 19 152 2E 36
Octal 300 123 173 0 71 44 31 522 56 66
Binary 11000000 1010011 1111011 0 111001 100100 11001 101010010 101110 110110

Color Harmonies of #C0537B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0537B

Black with #C0537B

Text Example


Text Example

White with #C0537B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0537B; }

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

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

background-color css

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

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

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

border-color css

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

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

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