#c23f66

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

Shades of Blush #C23F66

Tints of Blush #C23F66

Color information

#C23F66 (or 0xC23F66) is unknown color: approx Blush. HEX triplet: C2, 3F and 66. RGB value is (194,63,102). Sum of RGB (Red+Green+Blue) = 194+63+102=359 (47% of max value = 765). Red value is 194 (76.17% from 255 or 54.04% from 359); Green value is 63 (25% from 255 or 17.55% from 359); Blue value is 102 (40.23% from 255 or 28.41% from 359); Max value from RGB is 194 - color contains mainly: red. Hex color #C23F66 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C23F66 is #3DC099. Grayscale: #6A6A6A. Windows color (decimal): -4047002 or 6700994. OLE color: 6700994.

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

Color convert

RGB19463102-
CMYK00.680.470.24
HSL342.14º51.78%50.39%-
HSV(B)342.14º67.53%76.08%-
XYZ26.4215.9814.26-
YUV106.62125.4190.33-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 54.04%
GREEN value IS 63 (25% from 255) = 17.55%
BLUE value IS 102 (40.23% from 255) = 28.41%
R=54.04%
G=17.55%
B=28.41%

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
Decimal1946310200.680.470.24342.1451.7850.39
HexC23F660442F181563432
Octal30277146010457305266462
Binary1100001011111111001100100010010111111000101010110110100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c23f66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c23f66; }

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

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

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

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

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

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

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

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