#C23C74

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

Shades of Royal Heath #C23C74

Tints of Royal Heath #C23C74

Color information

#C23C74 (or 0xC23C74) is unknown color: approx Royal Heath. HEX triplet: C2, 3C and 74. RGB value is (194,60,116). Sum of RGB (Red+Green+Blue) = 194+60+116=370 (49% of max value = 765). Red value is 194 (76.17% from 255 or 52.43% from 370); Green value is 60 (23.83% from 255 or 16.22% from 370); Blue value is 116 (45.70% from 255 or 31.35% from 370); Max value from RGB is 194 - color contains mainly: red. Hex color #C23C74 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C23C74 is #3DC38B. Grayscale: #6A6A6A. Windows color (decimal): -4047756 or 7617730. OLE color: 7617730.

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

Color convert

RGB19460116-
CMYK00.690.400.24
HSL334.93º52.76%49.8%-
HSV(B)334.93º69.07%76.08%-
XYZ27.0215.9618.18-
YUV106.45133.39190.45-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 52.43%
GREEN value IS 60 (23.83% from 255) = 16.22%
BLUE value IS 116 (45.70% from 255) = 31.35%
R=52.43%
G=16.22%
B=31.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.40
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1946011600.690.400.24334.9352.7649.8
HexC23C74045281814f3532
Octal30274164010550305176562
Binary1100001011110011101000100010110100011000101001111110101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C23C74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C23C74; }

 p { color: rgb(194,60,116); }

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

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

 a { background-color: rgb(194,60,116); }

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

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

 span { border-color: rgb(194,60,116); }

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