#CA3270

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

Shades of Cerise #CA3270

Tints of Cerise #CA3270

Color information

#CA3270 (or 0xCA3270) is unknown color: approx Cerise. HEX triplet: CA, 32 and 70. RGB value is (202,50,112). Sum of RGB (Red+Green+Blue) = 202+50+112=364 (48% of max value = 765). Red value is 202 (79.30% from 255 or 55.49% from 364); Green value is 50 (19.92% from 255 or 13.74% from 364); Blue value is 112 (44.14% from 255 or 30.77% from 364); Max value from RGB is 202 - color contains mainly: red. Hex color #CA3270 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CA3270 is #35CD8F. Grayscale: #666666. Windows color (decimal): -3526032 or 7353034. OLE color: 7353034.

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

Color convert

RGB20250112-
CMYK00.750.450.21
HSL335.53º60.32%49.41%-
HSV(B)335.53º75.25%79.22%-
XYZ28.4216.0116.92-
YUV102.52133.36198.96-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 55.49%
GREEN value IS 50 (19.92% from 255) = 13.74%
BLUE value IS 112 (44.14% from 255) = 30.77%
R=55.49%
G=13.74%
B=30.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.45
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2025011200.750.450.21335.5360.3249.41
HexCA327004B2D151503c31
Octal31262160011355255207461
Binary1100101011001011100000100101110110110101101010000111100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA3270

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA3270; }

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

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

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

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

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

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

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

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