Html Css Color HEX #C0507B Royal Heath

📋 copy color: '#C0507B'

red 192 ◦ green 80 ◦ blue 123

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

Shades of Royal Heath #C0507B

Tints of Royal Heath #C0507B

RGB

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

 GREEN value IS 80 (31.64% from 255) = 20.25%

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

R = 48.61%
G = 20.25%
B = 31.14%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.36

 K value IS 0.25

RGB Variations

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

Color information

#C0507B (or 0xC0507B) is known color: Royal Heath. HEX triplet: C0, 50 and 7B. RGB value is (192,80,123). Sum of RGB (Red+Green+Blue) = 192+80+123=395 (52% of max value = 765). Red value is 192 (75.39% from 255 or 48.61% from 395); Green value is 80 (31.64% from 255 or 20.25% from 395); Blue value is 123 (48.44% from 255 or 31.14% from 395); Max value from RGB is 192 - color contains mainly: red. Hex color #C0507B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C0507B is #3FAF84. Grayscale: #767676. Windows color (decimal): -4173701 or 8081600. OLE color: 8081600.

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

Color convert

RGB 192 80 123 -
CMYK 0 0.58 0.36 0.25
HSL 336.96º 0.47% 0.53% -
HSV(B) 336.96º 0.58% 0.75% -
XYZ 28.18 18.37 20.8 -
YUV 118.39 130.61 180.5 -
System Red Green Blue C M Y K H S L
Decimal 192 80 123 0 0.58 0.36 0.25 336.96 0.47 0.53
Hex C0 50 7B 0 3A 24 19 151 2F 35
Octal 300 120 173 0 72 44 31 521 57 65
Binary 11000000 1010000 1111011 0 111010 100100 11001 101010001 101111 110101

Color Harmonies of #C0507B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0507B

Black with #C0507B

Text Example


Text Example

White with #C0507B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0507B; }

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

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

background-color css

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

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

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

border-color css

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

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

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