#C23D64

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

Shades of Blush #C23D64

Tints of Blush #C23D64

Color information

#C23D64 (or 0xC23D64) is unknown color: approx Blush. HEX triplet: C2, 3D and 64. RGB value is (194,61,100). Sum of RGB (Red+Green+Blue) = 194+61+100=355 (47% of max value = 765). Red value is 194 (76.17% from 255 or 54.65% from 355); Green value is 61 (24.22% from 255 or 17.18% from 355); Blue value is 100 (39.45% from 255 or 28.17% from 355); Max value from RGB is 194 - color contains mainly: red. Hex color #C23D64 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C23D64 is #3DC29B. Grayscale: #696969. Windows color (decimal): -4047516 or 6569410. OLE color: 6569410.

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

Color convert

RGB19461100-
CMYK00.690.480.24
HSL342.41º52.16%50%-
HSV(B)342.41º68.56%76.08%-
XYZ26.2215.7313.71-
YUV105.21125.06191.33-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 54.65%
GREEN value IS 61 (24.22% from 255) = 17.18%
BLUE value IS 100 (39.45% from 255) = 28.17%
R=54.65%
G=17.18%
B=28.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.48
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1946110000.690.480.24342.4152.1650
HexC23D6404530181563432
Octal30275144010560305266462
Binary1100001011110111001000100010111000011000101010110110100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C23D64

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C23D64; }

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

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

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

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

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

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

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

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