#CA3871

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

Shades of Cerise #CA3871

Tints of Cerise #CA3871

Color information

#CA3871 (or 0xCA3871) is unknown color: approx Cerise. HEX triplet: CA, 38 and 71. RGB value is (202,56,113). Sum of RGB (Red+Green+Blue) = 202+56+113=371 (49% of max value = 765). Red value is 202 (79.30% from 255 or 54.45% from 371); Green value is 56 (22.27% from 255 or 15.09% from 371); Blue value is 113 (44.53% from 255 or 30.46% from 371); Max value from RGB is 202 - color contains mainly: red. Hex color #CA3871 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CA3871 is #35C78E. Grayscale: #6A6A6A. Windows color (decimal): -3524495 or 7420106. OLE color: 7420106.

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

Color convert

RGB20256113-
CMYK00.720.440.21
HSL336.58º57.94%50.59%-
HSV(B)336.58º72.28%79.22%-
XYZ28.7516.5817.31-
YUV106.15131.87196.37-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 54.45%
GREEN value IS 56 (22.27% from 255) = 15.09%
BLUE value IS 113 (44.53% from 255) = 30.46%
R=54.45%
G=15.09%
B=30.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.44
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2025611300.720.440.21336.5857.9450.59
HexCA38710482C151513a33
Octal31270161011054255217263
Binary1100101011100011100010100100010110010101101010001111010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA3871

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA3871; }

 p { color: rgb(202,56,113); }

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

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

 a { background-color: rgb(202,56,113); }

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

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

 span { border-color: rgb(202,56,113); }

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