#C23975

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

Shades of Royal Heath #C23975

Tints of Royal Heath #C23975

Color information

#C23975 (or 0xC23975) is unknown color: approx Royal Heath. HEX triplet: C2, 39 and 75. RGB value is (194,57,117). Sum of RGB (Red+Green+Blue) = 194+57+117=368 (48% of max value = 765). Red value is 194 (76.17% from 255 or 52.72% from 368); Green value is 57 (22.66% from 255 or 15.49% from 368); Blue value is 117 (46.09% from 255 or 31.79% from 368); Max value from RGB is 194 - color contains mainly: red. Hex color #C23975 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C23975 is #3DC68A. Grayscale: #686868. Windows color (decimal): -4048523 or 7682498. OLE color: 7682498.

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

Color convert

RGB19457117-
CMYK00.710.400.24
HSL333.72º54.58%49.22%-
HSV(B)333.72º70.62%76.08%-
XYZ26.9215.6818.44-
YUV104.8134.89191.62-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 52.72%
GREEN value IS 57 (22.66% from 255) = 15.49%
BLUE value IS 117 (46.09% from 255) = 31.79%
R=52.72%
G=15.49%
B=31.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.40
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1945711700.710.400.24333.7254.5849.22
HexC23975047281814e3731
Octal30271165010750305166761
Binary1100001011100111101010100011110100011000101001110110111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C23975

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C23975; }

 p { color: rgb(194,57,117); }

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

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

 a { background-color: rgb(194,57,117); }

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

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

 span { border-color: rgb(194,57,117); }

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