#CA395D

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

Shades of Cerise #CA395D

Tints of Cerise #CA395D

Color information

#CA395D (or 0xCA395D) is unknown color: approx Cerise. HEX triplet: CA, 39 and 5D. RGB value is (202,57,93). Sum of RGB (Red+Green+Blue) = 202+57+93=352 (46% of max value = 765). Red value is 202 (79.30% from 255 or 57.39% from 352); Green value is 57 (22.66% from 255 or 16.19% from 352); Blue value is 93 (36.72% from 255 or 26.42% from 352); Max value from RGB is 202 - color contains mainly: red. Hex color #CA395D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CA395D is #35C6A2. Grayscale: #686868. Windows color (decimal): -3524259 or 6109642. OLE color: 6109642.

HSL color Cylindrical-coordinate representation of color #CA395D: hue angle of 345.1º degrees, saturation: 0.58, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #CA395D is Cyan = 0, Magento = 0.72, Yellow = 0.54 and Black (K on CMYK) = 0.21.

Color convert

RGB2025793-
CMYK00.720.540.21
HSL345.1º57.77%50.78%-
HSV(B)345.1º71.78%79.22%-
XYZ27.816.2712.03-
YUV104.46121.54197.57-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 57.39%
GREEN value IS 57 (22.66% from 255) = 16.19%
BLUE value IS 93 (36.72% from 255) = 26.42%
R=57.39%
G=16.19%
B=26.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.54
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal202579300.720.540.21345.157.7750.78
HexCA395D04836151593a33
Octal31271135011066255317263
Binary1100101011100110111010100100011011010101101011001111010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA395D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA395D; }

 p { color: rgb(202,57,93); }

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

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

 a { background-color: rgb(202,57,93); }

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

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

 span { border-color: rgb(202,57,93); }

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