#C23D70

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

Shades of Royal Heath #C23D70

Tints of Royal Heath #C23D70

Color information

#C23D70 (or 0xC23D70) is unknown color: approx Royal Heath. HEX triplet: C2, 3D and 70. RGB value is (194,61,112). Sum of RGB (Red+Green+Blue) = 194+61+112=367 (48% of max value = 765). Red value is 194 (76.17% from 255 or 52.86% from 367); Green value is 61 (24.22% from 255 or 16.62% from 367); Blue value is 112 (44.14% from 255 or 30.52% from 367); Max value from RGB is 194 - color contains mainly: red. Hex color #C23D70 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C23D70 is #3DC28F. Grayscale: #6A6A6A. Windows color (decimal): -4047504 or 7355842. OLE color: 7355842.

HSL color Cylindrical-coordinate representation of color #C23D70: hue angle of 336.99º degrees, saturation: 0.52, 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 #C23D70 is Cyan = 0, Magento = 0.69, Yellow = 0.42 and Black (K on CMYK) = 0.24.

Color convert

RGB19461112-
CMYK00.690.420.24
HSL336.99º52.16%50%-
HSV(B)336.99º68.56%76.08%-
XYZ26.8415.9817-
YUV106.58131.06190.35-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 52.86%
GREEN value IS 61 (24.22% from 255) = 16.62%
BLUE value IS 112 (44.14% from 255) = 30.52%
R=52.86%
G=16.62%
B=30.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.42
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1946111200.690.420.24336.9952.1650
HexC23D700452A181513432
Octal30275160010552305216462
Binary1100001011110111100000100010110101011000101010001110100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C23D70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C23D70; }

 p { color: rgb(194,61,112); }

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

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

 a { background-color: rgb(194,61,112); }

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

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

 span { border-color: rgb(194,61,112); }

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