#CA326B

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

Shades of Cerise #CA326B

Tints of Cerise #CA326B

Color information

#CA326B (or 0xCA326B) is unknown color: approx Cerise. HEX triplet: CA, 32 and 6B. RGB value is (202,50,107). Sum of RGB (Red+Green+Blue) = 202+50+107=359 (47% of max value = 765). Red value is 202 (79.30% from 255 or 56.27% from 359); Green value is 50 (19.92% from 255 or 13.93% from 359); Blue value is 107 (42.19% from 255 or 29.81% from 359); Max value from RGB is 202 - color contains mainly: red. Hex color #CA326B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CA326B is #35CD94. Grayscale: #656565. Windows color (decimal): -3526037 or 7025354. OLE color: 7025354.

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

Color convert

RGB20250107-
CMYK00.750.470.21
HSL337.5º60.32%49.41%-
HSV(B)337.5º75.25%79.22%-
XYZ28.1515.915.5-
YUV101.95130.86199.37-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 56.27%
GREEN value IS 50 (19.92% from 255) = 13.93%
BLUE value IS 107 (42.19% from 255) = 29.81%
R=56.27%
G=13.93%
B=29.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.47
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2025010700.750.470.21337.560.3249.41
HexCA326B04B2F151523c31
Octal31262153011357255227461
Binary1100101011001011010110100101110111110101101010010111100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA326B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA326B; }

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

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

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

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

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

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

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

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