#CA295F

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

Shades of Cerise #CA295F

Tints of Cerise #CA295F

Color information

#CA295F (or 0xCA295F) is unknown color: approx Cerise. HEX triplet: CA, 29 and 5F. RGB value is (202,41,95). Sum of RGB (Red+Green+Blue) = 202+41+95=338 (44% of max value = 765). Red value is 202 (79.30% from 255 or 59.76% from 338); Green value is 41 (16.41% from 255 or 12.13% from 338); Blue value is 95 (37.5% from 255 or 28.11% from 338); Max value from RGB is 202 - color contains mainly: red. Hex color #CA295F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CA295F is #35D6A0. Grayscale: #5F5F5F. Windows color (decimal): -3528353 or 6236618. OLE color: 6236618.

HSL color Cylindrical-coordinate representation of color #CA295F: hue angle of 339.88º degrees, saturation: 0.66, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #CA295F is Cyan = 0, Magento = 0.80, Yellow = 0.53 and Black (K on CMYK) = 0.21.

Color convert

RGB2024195-
CMYK00.800.530.21
HSL339.88º66.26%47.65%-
HSV(B)339.88º79.7%79.22%-
XYZ27.2214.9712.28-
YUV95.3127.84204.11-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 59.76%
GREEN value IS 41 (16.41% from 255) = 12.13%
BLUE value IS 95 (37.5% from 255) = 28.11%
R=59.76%
G=12.13%
B=28.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.53
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal202419500.800.530.21339.8866.2647.65
HexCA295F05035151544230
Octal312511370120652552410260
Binary11001010101001101111101010000110101101011010101001000010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA295F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA295F; }

 p { color: rgb(202,41,95); }

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

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

 a { background-color: rgb(202,41,95); }

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

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

 span { border-color: rgb(202,41,95); }

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