#ca2a65

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

Shades of Cerise #CA2A65

Tints of Cerise #CA2A65

Color information

#CA2A65 (or 0xCA2A65) is unknown color: approx Cerise. HEX triplet: CA, 2A and 65. RGB value is (202,42,101). Sum of RGB (Red+Green+Blue) = 202+42+101=345 (45% of max value = 765). Red value is 202 (79.30% from 255 or 58.55% from 345); Green value is 42 (16.80% from 255 or 12.17% from 345); Blue value is 101 (39.84% from 255 or 29.28% from 345); Max value from RGB is 202 - color contains mainly: red. Hex color #CA2A65 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CA2A65 is #35D59A. Grayscale: #606060. Windows color (decimal): -3528091 or 6630090. OLE color: 6630090.

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

Color convert

RGB20242101-
CMYK00.790.500.21
HSL337.88º65.57%47.84%-
HSV(B)337.88º79.21%79.22%-
XYZ27.5315.1513.79-
YUV96.57130.51203.2-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 58.55%
GREEN value IS 42 (16.80% from 255) = 12.17%
BLUE value IS 101 (39.84% from 255) = 29.28%
R=58.55%
G=12.17%
B=29.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.50
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2024210100.790.500.21337.8865.5747.84
HexCA2A6504F32151524230
Octal312521450117622552210260
Binary11001010101010110010101001111110010101011010100101000010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ca2a65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ca2a65; }

 p { color: rgb(202,42,101); }

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

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

 a { background-color: rgb(202,42,101); }

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

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

 span { border-color: rgb(202,42,101); }

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