#CA3260

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

Shades of Cerise #CA3260

Tints of Cerise #CA3260

Color information

#CA3260 (or 0xCA3260) is unknown color: approx Cerise. HEX triplet: CA, 32 and 60. RGB value is (202,50,96). Sum of RGB (Red+Green+Blue) = 202+50+96=348 (46% of max value = 765). Red value is 202 (79.30% from 255 or 58.05% from 348); Green value is 50 (19.92% from 255 or 14.37% from 348); Blue value is 96 (37.89% from 255 or 27.59% from 348); Max value from RGB is 202 - color contains mainly: red. Hex color #CA3260 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CA3260 is #35CD9F. Grayscale: #646464. Windows color (decimal): -3526048 or 6304458. OLE color: 6304458.

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

Color convert

RGB2025096-
CMYK00.750.520.21
HSL341.84º60.32%49.41%-
HSV(B)341.84º75.25%79.22%-
XYZ27.6115.6812.64-
YUV100.69125.36200.26-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 58.05%
GREEN value IS 50 (19.92% from 255) = 14.37%
BLUE value IS 96 (37.89% from 255) = 27.59%
R=58.05%
G=14.37%
B=27.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.52
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal202509600.750.520.21341.8460.3249.41
HexCA326004B34151563c31
Octal31262140011364255267461
Binary1100101011001011000000100101111010010101101010110111100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA3260

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA3260; }

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

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

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

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

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

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

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

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