#CA3265

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

Shades of Cerise #CA3265

Tints of Cerise #CA3265

Color information

#CA3265 (or 0xCA3265) is unknown color: approx Cerise. HEX triplet: CA, 32 and 65. RGB value is (202,50,101). Sum of RGB (Red+Green+Blue) = 202+50+101=353 (46% of max value = 765). Red value is 202 (79.30% from 255 or 57.22% from 353); Green value is 50 (19.92% from 255 or 14.16% from 353); Blue value is 101 (39.84% from 255 or 28.61% from 353); Max value from RGB is 202 - color contains mainly: red. Hex color #CA3265 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CA3265 is #35CD9A. Grayscale: #656565. Windows color (decimal): -3526043 or 6632138. OLE color: 6632138.

HSL color Cylindrical-coordinate representation of color #CA3265: hue angle of 339.87º 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 #CA3265 is Cyan = 0, Magento = 0.75, Yellow = 0.50 and Black (K on CMYK) = 0.21.

Color convert

RGB20250101-
CMYK00.750.500.21
HSL339.87º60.32%49.41%-
HSV(B)339.87º75.25%79.22%-
XYZ27.8515.7813.89-
YUV101.26127.86199.85-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 57.22%
GREEN value IS 50 (19.92% from 255) = 14.16%
BLUE value IS 101 (39.84% from 255) = 28.61%
R=57.22%
G=14.16%
B=28.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.50
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2025010100.750.500.21339.8760.3249.41
HexCA326504B32151543c31
Octal31262145011362255247461
Binary1100101011001011001010100101111001010101101010100111100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA3265

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA3265; }

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

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

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

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

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

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

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

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