#C1435D

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

Shades of Blush #C1435D

Tints of Blush #C1435D

Color information

#C1435D (or 0xC1435D) is unknown color: approx Blush. HEX triplet: C1, 43 and 5D. RGB value is (193,67,93). Sum of RGB (Red+Green+Blue) = 193+67+93=353 (46% of max value = 765). Red value is 193 (75.78% from 255 or 54.67% from 353); Green value is 67 (26.56% from 255 or 18.98% from 353); Blue value is 93 (36.72% from 255 or 26.35% from 353); Max value from RGB is 193 - color contains mainly: red. Hex color #C1435D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C1435D is #3EBCA2. Grayscale: #6B6B6B. Windows color (decimal): -4111523 or 6112193. OLE color: 6112193.

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

Color convert

RGB1936793-
CMYK00.650.520.24
HSL347.62º50.4%50.98%-
HSV(B)347.62º65.28%75.69%-
XYZ25.9816.1412.1-
YUV107.64119.74188.89-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 54.67%
GREEN value IS 67 (26.56% from 255) = 18.98%
BLUE value IS 93 (36.72% from 255) = 26.35%
R=54.67%
G=18.98%
B=26.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.52
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal193679300.650.520.24347.6250.450.98
HexC1435D041341815c3233
Octal301103135010164305346263
Binary11000001100001110111010100000111010011000101011100110010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1435D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1435D; }

 p { color: rgb(193,67,93); }

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

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

 a { background-color: rgb(193,67,93); }

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

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

 span { border-color: rgb(193,67,93); }

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