Html Css Color HEX #C0527E Royal Heath

📋 copy color: '#C0527E'

red 192 ◦ green 82 ◦ blue 126

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

Shades of Royal Heath #C0527E

Tints of Royal Heath #C0527E

RGB

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

 GREEN value IS 82 (32.42% from 255) = 20.5%

 BLUE value IS 126 (49.61% from 255) = 31.5%

R = 48%
G = 20.5%
B = 31.5%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.34

 K value IS 0.25

RGB Variations

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

Color information

#C0527E (or 0xC0527E) is known color: Royal Heath. HEX triplet: C0, 52 and 7E. RGB value is (192,82,126). Sum of RGB (Red+Green+Blue) = 192+82+126=400 (52% of max value = 765). Red value is 192 (75.39% from 255 or 48% from 400); Green value is 82 (32.42% from 255 or 20.5% from 400); Blue value is 126 (49.61% from 255 or 31.5% from 400); Max value from RGB is 192 - color contains mainly: red. Hex color #C0527E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C0527E is #3FAD81. Grayscale: #777777. Windows color (decimal): -4173186 or 8278720. OLE color: 8278720.

HSL color Cylindrical-coordinate representation of color #C0527E: hue angle of 336º degrees, saturation: 0.47, 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 #C0527E is Cyan = 0, Magento = 0.57, Yellow = 0.34 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 82 126 -
CMYK 0 0.57 0.34 0.25
HSL 336º 0.47% 0.54% -
HSV(B) 336º 0.57% 0.75% -
XYZ 28.52 18.75 21.85 -
YUV 119.91 131.44 179.42 -
System Red Green Blue C M Y K H S L
Decimal 192 82 126 0 0.57 0.34 0.25 336 0.47 0.54
Hex C0 52 7E 0 39 22 19 150 2F 36
Octal 300 122 176 0 71 42 31 520 57 66
Binary 11000000 1010010 1111110 0 111001 100010 11001 101010000 101111 110110

Color Harmonies of #C0527E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0527E

Black with #C0527E

Text Example


Text Example

White with #C0527E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0527E; }

 p { color: rgb(192,82,126); }

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

background-color css

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

 a { background-color: rgb(192,82,126); }

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

border-color css

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

 span { border-color: rgb(192,82,126); }

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