#CA325E

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

Shades of Cerise #CA325E

Tints of Cerise #CA325E

Color information

#CA325E (or 0xCA325E) is unknown color: approx Cerise. HEX triplet: CA, 32 and 5E. RGB value is (202,50,94). Sum of RGB (Red+Green+Blue) = 202+50+94=346 (45% of max value = 765). Red value is 202 (79.30% from 255 or 58.38% from 346); Green value is 50 (19.92% from 255 or 14.45% from 346); Blue value is 94 (37.11% from 255 or 27.17% from 346); Max value from RGB is 202 - color contains mainly: red. Hex color #CA325E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CA325E is #35CDA1. Grayscale: #646464. Windows color (decimal): -3526050 or 6173386. OLE color: 6173386.

HSL color Cylindrical-coordinate representation of color #CA325E: hue angle of 342.63º degrees, saturation: 0.6, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #CA325E is Cyan = 0, Magento = 0.75, Yellow = 0.53 and Black (K on CMYK) = 0.21.

Color convert

RGB2025094-
CMYK00.750.530.21
HSL342.63º60.32%49.41%-
HSV(B)342.63º75.25%79.22%-
XYZ27.5215.6512.16-
YUV100.46124.36200.42-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 58.38%
GREEN value IS 50 (19.92% from 255) = 14.45%
BLUE value IS 94 (37.11% from 255) = 27.17%
R=58.38%
G=14.45%
B=27.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.53
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal202509400.750.530.21342.6360.3249.41
HexCA325E04B35151573c31
Octal31262136011365255277461
Binary1100101011001010111100100101111010110101101010111111100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA325E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA325E; }

 p { color: rgb(202,50,94); }

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

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

 a { background-color: rgb(202,50,94); }

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

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

 span { border-color: rgb(202,50,94); }

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