Html Css Color HEX #C05878 Royal Heath

📋 copy color: '#C05878'

red 192 ◦ green 88 ◦ blue 120

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

Shades of Royal Heath #C05878

Tints of Royal Heath #C05878

RGB

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

 GREEN value IS 88 (34.77% from 255) = 22%

 BLUE value IS 120 (47.27% from 255) = 30%

R = 48%
G = 22%
B = 30%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.38

 K value IS 0.25

RGB Variations

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

Color information

#C05878 (or 0xC05878) is known color: Royal Heath. HEX triplet: C0, 58 and 78. RGB value is (192,88,120). Sum of RGB (Red+Green+Blue) = 192+88+120=400 (52% of max value = 765). Red value is 192 (75.39% from 255 or 48% from 400); Green value is 88 (34.77% from 255 or 22% from 400); Blue value is 120 (47.27% from 255 or 30% from 400); Max value from RGB is 192 - color contains mainly: red. Hex color #C05878 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C05878 is #3FA787. Grayscale: #7A7A7A. Windows color (decimal): -4171656 or 7887040. OLE color: 7887040.

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

Color convert

RGB 192 88 120 -
CMYK 0 0.54 0.38 0.25
HSL 341.54º 0.45% 0.55% -
HSV(B) 341.54º 0.54% 0.75% -
XYZ 28.62 19.54 20.03 -
YUV 122.74 126.46 177.4 -
System Red Green Blue C M Y K H S L
Decimal 192 88 120 0 0.54 0.38 0.25 341.54 0.45 0.55
Hex C0 58 78 0 36 26 19 156 2D 37
Octal 300 130 170 0 66 46 31 526 55 67
Binary 11000000 1011000 1111000 0 110110 100110 11001 101010110 101101 110111

Color Harmonies of #C05878

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C05878

Black with #C05878

Text Example


Text Example

White with #C05878

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C05878; }

 p { color: rgb(192,88,120); }

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

background-color css

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

 a { background-color: rgb(192,88,120); }

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

border-color css

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

 span { border-color: rgb(192,88,120); }

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