#CA365D

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

Shades of Cerise #CA365D

Tints of Cerise #CA365D

Color information

#CA365D (or 0xCA365D) is unknown color: approx Cerise. HEX triplet: CA, 36 and 5D. RGB value is (202,54,93). Sum of RGB (Red+Green+Blue) = 202+54+93=349 (46% of max value = 765). Red value is 202 (79.30% from 255 or 57.88% from 349); Green value is 54 (21.48% from 255 or 15.47% from 349); Blue value is 93 (36.72% from 255 or 26.65% from 349); Max value from RGB is 202 - color contains mainly: red. Hex color #CA365D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CA365D is #35C9A2. Grayscale: #666666. Windows color (decimal): -3525027 or 6108874. OLE color: 6108874.

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

Color convert

RGB2025493-
CMYK00.730.540.21
HSL344.19º58.27%50.2%-
HSV(B)344.19º73.27%79.22%-
XYZ27.6515.9911.98-
YUV102.7122.53198.83-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 57.88%
GREEN value IS 54 (21.48% from 255) = 15.47%
BLUE value IS 93 (36.72% from 255) = 26.65%
R=57.88%
G=15.47%
B=26.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.54
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal202549300.730.540.21344.1958.2750.2
HexCA365D04936151583a32
Octal31266135011166255307262
Binary1100101011011010111010100100111011010101101011000111010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA365D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA365D; }

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

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

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

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

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

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

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

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