Html Css Color HEX #C05378 Royal Heath

📋 copy color: '#C05378'

red 192 ◦ green 83 ◦ blue 120

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

Shades of Royal Heath #C05378

Tints of Royal Heath #C05378

RGB

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

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

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

R = 48.61%
G = 21.01%
B = 30.38%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.38

 K value IS 0.25

RGB Variations

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

Color information

#C05378 (or 0xC05378) is known color: Royal Heath. HEX triplet: C0, 53 and 78. RGB value is (192,83,120). Sum of RGB (Red+Green+Blue) = 192+83+120=395 (52% of max value = 765). Red value is 192 (75.39% from 255 or 48.61% from 395); Green value is 83 (32.81% from 255 or 21.01% from 395); Blue value is 120 (47.27% from 255 or 30.38% from 395); Max value from RGB is 192 - color contains mainly: red. Hex color #C05378 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C05378 is #3FAC87. Grayscale: #777777. Windows color (decimal): -4172936 or 7885760. OLE color: 7885760.

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

Color convert

RGB 192 83 120 -
CMYK 0 0.57 0.38 0.25
HSL 339.63º 0.46% 0.54% -
HSV(B) 339.63º 0.57% 0.75% -
XYZ 28.22 18.75 19.9 -
YUV 119.81 128.11 179.49 -
System Red Green Blue C M Y K H S L
Decimal 192 83 120 0 0.57 0.38 0.25 339.63 0.46 0.54
Hex C0 53 78 0 39 26 19 154 2E 36
Octal 300 123 170 0 71 46 31 524 56 66
Binary 11000000 1010011 1111000 0 111001 100110 11001 101010100 101110 110110

Color Harmonies of #C05378

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C05378

Black with #C05378

Text Example


Text Example

White with #C05378

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C05378; }

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

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

background-color css

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

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

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

border-color css

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

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

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