#C23F67

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

Shades of Royal Heath #C23F67

Tints of Royal Heath #C23F67

Color information

#C23F67 (or 0xC23F67) is unknown color: approx Royal Heath. HEX triplet: C2, 3F and 67. RGB value is (194,63,103). Sum of RGB (Red+Green+Blue) = 194+63+103=360 (47% of max value = 765). Red value is 194 (76.17% from 255 or 53.89% from 360); Green value is 63 (25% from 255 or 17.5% from 360); Blue value is 103 (40.62% from 255 or 28.61% from 360); Max value from RGB is 194 - color contains mainly: red. Hex color #C23F67 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C23F67 is #3DC098. Grayscale: #6A6A6A. Windows color (decimal): -4047001 or 6766530. OLE color: 6766530.

HSL color Cylindrical-coordinate representation of color #C23F67: hue angle of 341.68º 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 #C23F67 is Cyan = 0, Magento = 0.68, Yellow = 0.47 and Black (K on CMYK) = 0.24.

Color convert

RGB19463103-
CMYK00.680.470.24
HSL341.68º51.78%50.39%-
HSV(B)341.68º67.53%76.08%-
XYZ26.471614.53-
YUV106.73125.9190.25-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 53.89%
GREEN value IS 63 (25% from 255) = 17.5%
BLUE value IS 103 (40.62% from 255) = 28.61%
R=53.89%
G=17.5%
B=28.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.47
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1946310300.680.470.24341.6851.7850.39
HexC23F670442F181563432
Octal30277147010457305266462
Binary1100001011111111001110100010010111111000101010110110100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C23F67

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C23F67; }

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

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

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

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

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

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

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

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