#C04363

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

Shades of Blush #C04363

Tints of Blush #C04363

Color information

#C04363 (or 0xC04363) is unknown color: approx Blush. HEX triplet: C0, 43 and 63. RGB value is (192,67,99). Sum of RGB (Red+Green+Blue) = 192+67+99=358 (47% of max value = 765). Red value is 192 (75.39% from 255 or 53.63% from 358); Green value is 67 (26.56% from 255 or 18.72% from 358); Blue value is 99 (39.06% from 255 or 27.65% from 358); Max value from RGB is 192 - color contains mainly: red. Hex color #C04363 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C04363 is #3FBC9C. Grayscale: #6C6C6C. Windows color (decimal): -4177053 or 6505408. OLE color: 6505408.

HSL color Cylindrical-coordinate representation of color #C04363: hue angle of 344.64º degrees, saturation: 0.5, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #C04363 is Cyan = 0, Magento = 0.65, Yellow = 0.48 and Black (K on CMYK) = 0.25.

Color convert

RGB1926799-
CMYK00.650.480.25
HSL344.64º49.8%50.78%-
HSV(B)344.64º65.1%75.29%-
XYZ2616.1213.55-
YUV108.02122.91187.9-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 53.63%
GREEN value IS 67 (26.56% from 255) = 18.72%
BLUE value IS 99 (39.06% from 255) = 27.65%
R=53.63%
G=18.72%
B=27.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.48
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal192679900.650.480.25344.6449.850.78
HexC0436304130191593233
Octal300103143010160315316263
Binary11000000100001111000110100000111000011001101011001110010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C04363

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C04363; }

 p { color: rgb(192,67,99); }

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

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

 a { background-color: rgb(192,67,99); }

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

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

 span { border-color: rgb(192,67,99); }

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