#CA3671

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

Shades of Cerise #CA3671

Tints of Cerise #CA3671

Color information

#CA3671 (or 0xCA3671) is unknown color: approx Cerise. HEX triplet: CA, 36 and 71. RGB value is (202,54,113). Sum of RGB (Red+Green+Blue) = 202+54+113=369 (48% of max value = 765). Red value is 202 (79.30% from 255 or 54.74% from 369); Green value is 54 (21.48% from 255 or 14.63% from 369); Blue value is 113 (44.53% from 255 or 30.62% from 369); Max value from RGB is 202 - color contains mainly: red. Hex color #CA3671 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CA3671 is #35C98E. Grayscale: #686868. Windows color (decimal): -3525007 or 7419594. OLE color: 7419594.

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

Color convert

RGB20254113-
CMYK00.730.440.21
HSL336.08º58.27%50.2%-
HSV(B)336.08º73.27%79.22%-
XYZ28.6616.3917.28-
YUV104.98132.53197.2-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 54.74%
GREEN value IS 54 (21.48% from 255) = 14.63%
BLUE value IS 113 (44.53% from 255) = 30.62%
R=54.74%
G=14.63%
B=30.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.44
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2025411300.730.440.21336.0858.2750.2
HexCA36710492C151503a32
Octal31266161011154255207262
Binary1100101011011011100010100100110110010101101010000111010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA3671

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA3671; }

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

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

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

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

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

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

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

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