#CA3262

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

Shades of Cerise #CA3262

Tints of Cerise #CA3262

Color information

#CA3262 (or 0xCA3262) is unknown color: approx Cerise. HEX triplet: CA, 32 and 62. RGB value is (202,50,98). Sum of RGB (Red+Green+Blue) = 202+50+98=350 (46% of max value = 765). Red value is 202 (79.30% from 255 or 57.71% from 350); Green value is 50 (19.92% from 255 or 14.29% from 350); Blue value is 98 (38.67% from 255 or 28% from 350); Max value from RGB is 202 - color contains mainly: red. Hex color #CA3262 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CA3262 is #35CD9D. Grayscale: #646464. Windows color (decimal): -3526046 or 6435530. OLE color: 6435530.

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

Color convert

RGB2025098-
CMYK00.750.510.21
HSL341.05º60.32%49.41%-
HSV(B)341.05º75.25%79.22%-
XYZ27.715.7213.13-
YUV100.92126.36200.1-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 57.71%
GREEN value IS 50 (19.92% from 255) = 14.29%
BLUE value IS 98 (38.67% from 255) = 28%
R=57.71%
G=14.29%
B=28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.51
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal202509800.750.510.21341.0560.3249.41
HexCA326204B33151553c31
Octal31262142011363255257461
Binary1100101011001011000100100101111001110101101010101111100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA3262

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA3262; }

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

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

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

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

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

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

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

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