#CA346F

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

Shades of Cerise #CA346F

Tints of Cerise #CA346F

Color information

#CA346F (or 0xCA346F) is unknown color: approx Cerise. HEX triplet: CA, 34 and 6F. RGB value is (202,52,111). Sum of RGB (Red+Green+Blue) = 202+52+111=365 (48% of max value = 765). Red value is 202 (79.30% from 255 or 55.34% from 365); Green value is 52 (20.70% from 255 or 14.25% from 365); Blue value is 111 (43.75% from 255 or 30.41% from 365); Max value from RGB is 202 - color contains mainly: red. Hex color #CA346F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CA346F is #35CB90. Grayscale: #676767. Windows color (decimal): -3525521 or 7288010. OLE color: 7288010.

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

Color convert

RGB20252111-
CMYK00.740.450.21
HSL336.4º59.06%49.8%-
HSV(B)336.4º74.26%79.22%-
XYZ28.4516.1616.66-
YUV103.58132.2198.2-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 55.34%
GREEN value IS 52 (20.70% from 255) = 14.25%
BLUE value IS 111 (43.75% from 255) = 30.41%
R=55.34%
G=14.25%
B=30.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.45
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2025211100.740.450.21336.459.0649.8
HexCA346F04A2D151503b32
Octal31264157011255255207362
Binary1100101011010011011110100101010110110101101010000111011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA346F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA346F; }

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

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

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

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

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

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

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

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