#CA366E

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

Shades of Cerise #CA366E

Tints of Cerise #CA366E

Color information

#CA366E (or 0xCA366E) is unknown color: approx Cerise. HEX triplet: CA, 36 and 6E. RGB value is (202,54,110). Sum of RGB (Red+Green+Blue) = 202+54+110=366 (48% of max value = 765). Red value is 202 (79.30% from 255 or 55.19% from 366); Green value is 54 (21.48% from 255 or 14.75% from 366); Blue value is 110 (43.36% from 255 or 30.05% from 366); Max value from RGB is 202 - color contains mainly: red. Hex color #CA366E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CA366E is #35C991. Grayscale: #686868. Windows color (decimal): -3525010 or 7222986. OLE color: 7222986.

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

Color convert

RGB20254110-
CMYK00.730.460.21
HSL337.3º58.27%50.2%-
HSV(B)337.3º73.27%79.22%-
XYZ28.4916.3216.4-
YUV104.64131.03197.45-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 55.19%
GREEN value IS 54 (21.48% from 255) = 14.75%
BLUE value IS 110 (43.36% from 255) = 30.05%
R=55.19%
G=14.75%
B=30.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.46
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2025411000.730.460.21337.358.2750.2
HexCA366E0492E151513a32
Octal31266156011156255217262
Binary1100101011011011011100100100110111010101101010001111010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA366E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA366E; }

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

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

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

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

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

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

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

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