#CA3A5D

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

Shades of Cerise #CA3A5D

Tints of Cerise #CA3A5D

Color information

#CA3A5D (or 0xCA3A5D) is unknown color: approx Cerise. HEX triplet: CA, 3A and 5D. RGB value is (202,58,93). Sum of RGB (Red+Green+Blue) = 202+58+93=353 (46% of max value = 765). Red value is 202 (79.30% from 255 or 57.22% from 353); Green value is 58 (23.05% from 255 or 16.43% from 353); Blue value is 93 (36.72% from 255 or 26.35% from 353); Max value from RGB is 202 - color contains mainly: red. Hex color #CA3A5D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CA3A5D is #35C5A2. Grayscale: #696969. Windows color (decimal): -3524003 or 6109898. OLE color: 6109898.

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

Color convert

RGB2025893-
CMYK00.710.540.21
HSL345.42º57.6%50.98%-
HSV(B)345.42º71.29%79.22%-
XYZ27.8516.3712.05-
YUV105.05121.21197.15-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 57.22%
GREEN value IS 58 (23.05% from 255) = 16.43%
BLUE value IS 93 (36.72% from 255) = 26.35%
R=57.22%
G=16.43%
B=26.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.54
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal202589300.710.540.21345.4257.650.98
HexCA3A5D04736151593a33
Octal31272135010766255317263
Binary1100101011101010111010100011111011010101101011001111010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA3A5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA3A5D; }

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

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

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

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

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

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

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

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