#CA346E

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

Shades of Cerise #CA346E

Tints of Cerise #CA346E

Color information

#CA346E (or 0xCA346E) is unknown color: approx Cerise. HEX triplet: CA, 34 and 6E. RGB value is (202,52,110). Sum of RGB (Red+Green+Blue) = 202+52+110=364 (48% of max value = 765). Red value is 202 (79.30% from 255 or 55.49% from 364); Green value is 52 (20.70% from 255 or 14.29% from 364); Blue value is 110 (43.36% from 255 or 30.22% from 364); Max value from RGB is 202 - color contains mainly: red. Hex color #CA346E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CA346E is #35CB91. Grayscale: #676767. Windows color (decimal): -3525522 or 7222474. OLE color: 7222474.

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

Color convert

RGB20252110-
CMYK00.740.460.21
HSL336.8º59.06%49.8%-
HSV(B)336.8º74.26%79.22%-
XYZ28.416.1416.37-
YUV103.46131.7198.28-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 55.49%
GREEN value IS 52 (20.70% from 255) = 14.29%
BLUE value IS 110 (43.36% from 255) = 30.22%
R=55.49%
G=14.29%
B=30.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.46
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2025211000.740.460.21336.859.0649.8
HexCA346E04A2E151513b32
Octal31264156011256255217362
Binary1100101011010011011100100101010111010101101010001111011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA346E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA346E; }

 p { color: rgb(202,52,110); }

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

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

 a { background-color: rgb(202,52,110); }

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

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

 span { border-color: rgb(202,52,110); }

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