Html Css Color HEX #C04B73 Royal Heath

📋 copy color: '#C04B73'

red 192 ◦ green 75 ◦ blue 115

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

Shades of Royal Heath #C04B73

Tints of Royal Heath #C04B73

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 30.1%

R = 50.26%
G = 19.63%
B = 30.1%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.40

 K value IS 0.25

RGB Variations

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

Color information

#C04B73 (or 0xC04B73) is known color: Royal Heath. HEX triplet: C0, 4B and 73. RGB value is (192,75,115). Sum of RGB (Red+Green+Blue) = 192+75+115=382 (50% of max value = 765). Red value is 192 (75.39% from 255 or 50.26% from 382); Green value is 75 (29.69% from 255 or 19.63% from 382); Blue value is 115 (45.31% from 255 or 30.10% from 382); Max value from RGB is 192 - color contains mainly: red. Hex color #C04B73 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C04B73 is #3FB48C. Grayscale: #727272. Windows color (decimal): -4174989 or 7556032. OLE color: 7556032.

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

Color convert

RGB 192 75 115 -
CMYK 0 0.61 0.40 0.25
HSL 339.49º 0.48% 0.52% -
HSV(B) 339.49º 0.61% 0.75% -
XYZ 27.35 17.48 18.15 -
YUV 114.54 128.26 183.25 -
System Red Green Blue C M Y K H S L
Decimal 192 75 115 0 0.61 0.40 0.25 339.49 0.48 0.52
Hex C0 4B 73 0 3D 28 19 153 30 34
Octal 300 113 163 0 75 50 31 523 60 64
Binary 11000000 1001011 1110011 0 111101 101000 11001 101010011 110000 110100

Color Harmonies of #C04B73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C04B73

Black with #C04B73

Text Example


Text Example

White with #C04B73

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C04B73; }

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

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

background-color css

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

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

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

border-color css

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

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

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