#CA2168

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

Shades of Cerise #CA2168

Tints of Cerise #CA2168

Color information

#CA2168 (or 0xCA2168) is unknown color: approx Cerise. HEX triplet: CA, 21 and 68. RGB value is (202,33,104). Sum of RGB (Red+Green+Blue) = 202+33+104=339 (44% of max value = 765). Red value is 202 (79.30% from 255 or 59.59% from 339); Green value is 33 (13.28% from 255 or 9.73% from 339); Blue value is 104 (41.02% from 255 or 30.68% from 339); Max value from RGB is 202 - color contains mainly: red. Hex color #CA2168 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CA2168 is #35DE97. Grayscale: #5B5B5B. Windows color (decimal): -3530392 or 6824394. OLE color: 6824394.

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

Color convert

RGB20233104-
CMYK00.840.490.21
HSL334.79º71.91%46.08%-
HSV(B)334.79º83.66%79.22%-
XYZ27.414.6414.48-
YUV91.62134.99206.73-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 59.59%
GREEN value IS 33 (13.28% from 255) = 9.73%
BLUE value IS 104 (41.02% from 255) = 30.68%
R=59.59%
G=9.73%
B=30.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.49
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2023310400.840.490.21334.7971.9146.08
HexCA2168054311514f482e
Octal312411500124612551711056
Binary11001010100001110100001010100110001101011010011111001000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA2168

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA2168; }

 p { color: rgb(202,33,104); }

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

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

 a { background-color: rgb(202,33,104); }

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

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

 span { border-color: rgb(202,33,104); }

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