#C23F77

Color #C23F77 Royal Heath (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Royal Heath #C23F77

Tints of Royal Heath #C23F77

Color information

#C23F77 (or 0xC23F77) is unknown color: approx Royal Heath. HEX triplet: C2, 3F and 77. RGB value is (194,63,119). Sum of RGB (Red+Green+Blue) = 194+63+119=376 (49% of max value = 765). Red value is 194 (76.17% from 255 or 51.60% from 376); Green value is 63 (25% from 255 or 16.76% from 376); Blue value is 119 (46.88% from 255 or 31.65% from 376); Max value from RGB is 194 - color contains mainly: red. Hex color #C23F77 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C23F77 is #3DC088. Grayscale: #6C6C6C. Windows color (decimal): -4046985 or 7815106. OLE color: 7815106.

HSL color Cylindrical-coordinate representation of color #C23F77: hue angle of 334.35º degrees, saturation: 0.52, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #C23F77 is Cyan = 0, Magento = 0.68, Yellow = 0.39 and Black (K on CMYK) = 0.24.

Color convert

RGB19463119-
CMYK00.680.390.24
HSL334.35º51.78%50.39%-
HSV(B)334.35º67.53%76.08%-
XYZ27.3616.3619.17-
YUV108.55133.9188.95-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 51.60%
GREEN value IS 63 (25% from 255) = 16.76%
BLUE value IS 119 (46.88% from 255) = 31.65%
R=51.60%
G=16.76%
B=31.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.39
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1946311900.680.390.24334.3551.7850.39
HexC23F77044271814e3432
Octal30277167010447305166462
Binary1100001011111111101110100010010011111000101001110110100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C23F77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C23F77; }

 p { color: rgb(194,63,119); }

 H1.HeaderClassName
 {
   color: #C23F77;
 }
 .AnyTagClassName
 {
   color: #C23F77;
 }
</style>
background-color css

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

 a { background-color: rgb(194,63,119); }

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

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

 span { border-color: rgb(194,63,119); }

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