Html Css Color HEX #C04B77 Royal Heath

📋 copy color: '#C04B77'

red 192 ◦ green 75 ◦ blue 119

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

Shades of Royal Heath #C04B77

Tints of Royal Heath #C04B77

RGB

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

 GREEN value IS 75 (29.69% from 255) = 19.43%

 BLUE value IS 119 (46.88% from 255) = 30.83%

R = 49.74%
G = 19.43%
B = 30.83%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.38

 K value IS 0.25

RGB Variations

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

Color information

#C04B77 (or 0xC04B77) is known color: Royal Heath. HEX triplet: C0, 4B and 77. RGB value is (192,75,119). Sum of RGB (Red+Green+Blue) = 192+75+119=386 (51% of max value = 765). Red value is 192 (75.39% from 255 or 49.74% from 386); Green value is 75 (29.69% from 255 or 19.43% from 386); Blue value is 119 (46.88% from 255 or 30.83% from 386); Max value from RGB is 192 - color contains mainly: red. Hex color #C04B77 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C04B77 is #3FB488. Grayscale: #727272. Windows color (decimal): -4174985 or 7818176. OLE color: 7818176.

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

Color convert

RGB 192 75 119 -
CMYK 0 0.61 0.38 0.25
HSL 337.44º 0.48% 0.52% -
HSV(B) 337.44º 0.61% 0.75% -
XYZ 27.58 17.57 19.39 -
YUV 115 130.26 182.92 -
System Red Green Blue C M Y K H S L
Decimal 192 75 119 0 0.61 0.38 0.25 337.44 0.48 0.52
Hex C0 4B 77 0 3D 26 19 151 30 34
Octal 300 113 167 0 75 46 31 521 60 64
Binary 11000000 1001011 1110111 0 111101 100110 11001 101010001 110000 110100

Color Harmonies of #C04B77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C04B77

Black with #C04B77

Text Example


Text Example

White with #C04B77

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C04B77; }

 p { color: rgb(192,75,119); }

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

background-color css

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

 a { background-color: rgb(192,75,119); }

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

border-color css

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

 span { border-color: rgb(192,75,119); }

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