#CA256D

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

Shades of Cerise #CA256D

Tints of Cerise #CA256D

Color information

#CA256D (or 0xCA256D) is unknown color: approx Cerise. HEX triplet: CA, 25 and 6D. RGB value is (202,37,109). Sum of RGB (Red+Green+Blue) = 202+37+109=348 (46% of max value = 765). Red value is 202 (79.30% from 255 or 58.05% from 348); Green value is 37 (14.84% from 255 or 10.63% from 348); Blue value is 109 (42.97% from 255 or 31.32% from 348); Max value from RGB is 202 - color contains mainly: red. Hex color #CA256D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CA256D is #35DA92. Grayscale: #5E5E5E. Windows color (decimal): -3529363 or 7153098. OLE color: 7153098.

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

Color convert

RGB20237109-
CMYK00.820.460.21
HSL333.82º69.04%46.86%-
HSV(B)333.82º81.68%79.22%-
XYZ27.7814.9815.9-
YUV94.54136.16204.65-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 58.05%
GREEN value IS 37 (14.84% from 255) = 10.63%
BLUE value IS 109 (42.97% from 255) = 31.32%
R=58.05%
G=10.63%
B=31.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.46
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2023710900.820.460.21333.8269.0446.86
HexCA256D0522E1514e452f
Octal312451550122562551610557
Binary11001010100101110110101010010101110101011010011101000101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA256D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA256D; }

 p { color: rgb(202,37,109); }

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

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

 a { background-color: rgb(202,37,109); }

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

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

 span { border-color: rgb(202,37,109); }

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