#CA3261

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

Shades of Cerise #CA3261

Tints of Cerise #CA3261

Color information

#CA3261 (or 0xCA3261) is unknown color: approx Cerise. HEX triplet: CA, 32 and 61. RGB value is (202,50,97). Sum of RGB (Red+Green+Blue) = 202+50+97=349 (46% of max value = 765). Red value is 202 (79.30% from 255 or 57.88% from 349); Green value is 50 (19.92% from 255 or 14.33% from 349); Blue value is 97 (38.28% from 255 or 27.79% from 349); Max value from RGB is 202 - color contains mainly: red. Hex color #CA3261 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CA3261 is #35CD9E. Grayscale: #646464. Windows color (decimal): -3526047 or 6369994. OLE color: 6369994.

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

Color convert

RGB2025097-
CMYK00.750.520.21
HSL341.45º60.32%49.41%-
HSV(B)341.45º75.25%79.22%-
XYZ27.6615.712.88-
YUV100.81125.86200.18-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 57.88%
GREEN value IS 50 (19.92% from 255) = 14.33%
BLUE value IS 97 (38.28% from 255) = 27.79%
R=57.88%
G=14.33%
B=27.79%

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
Decimal202509700.750.520.21341.4560.3249.41
HexCA326104B34151553c31
Octal31262141011364255257461
Binary1100101011001011000010100101111010010101101010101111100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA3261

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA3261; }

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

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

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

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

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

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

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

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