#CA336B

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

Shades of Cerise #CA336B

Tints of Cerise #CA336B

Color information

#CA336B (or 0xCA336B) is unknown color: approx Cerise. HEX triplet: CA, 33 and 6B. RGB value is (202,51,107). Sum of RGB (Red+Green+Blue) = 202+51+107=360 (47% of max value = 765). Red value is 202 (79.30% from 255 or 56.11% from 360); Green value is 51 (20.31% from 255 or 14.17% from 360); Blue value is 107 (42.19% from 255 or 29.72% from 360); Max value from RGB is 202 - color contains mainly: red. Hex color #CA336B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CA336B is #35CC94. Grayscale: #666666. Windows color (decimal): -3525781 or 7025610. OLE color: 7025610.

HSL color Cylindrical-coordinate representation of color #CA336B: hue angle of 337.75º degrees, saturation: 0.6, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #CA336B is Cyan = 0, Magento = 0.75, Yellow = 0.47 and Black (K on CMYK) = 0.21.

Color convert

RGB20251107-
CMYK00.750.470.21
HSL337.75º59.68%49.61%-
HSV(B)337.75º74.75%79.22%-
XYZ28.1915.9915.51-
YUV102.53130.53198.95-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 56.11%
GREEN value IS 51 (20.31% from 255) = 14.17%
BLUE value IS 107 (42.19% from 255) = 29.72%
R=56.11%
G=14.17%
B=29.72%

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
Decimal2025110700.750.470.21337.7559.6849.61
HexCA336B04B2F151523c32
Octal31263153011357255227462
Binary1100101011001111010110100101110111110101101010010111100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA336B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA336B; }

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

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

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

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

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

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

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

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