#CA3A5F

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

Shades of Cerise #CA3A5F

Tints of Cerise #CA3A5F

Color information

#CA3A5F (or 0xCA3A5F) is unknown color: approx Cerise. HEX triplet: CA, 3A and 5F. RGB value is (202,58,95). Sum of RGB (Red+Green+Blue) = 202+58+95=355 (47% of max value = 765). Red value is 202 (79.30% from 255 or 56.90% from 355); Green value is 58 (23.05% from 255 or 16.34% from 355); Blue value is 95 (37.5% from 255 or 26.76% from 355); Max value from RGB is 202 - color contains mainly: red. Hex color #CA3A5F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CA3A5F is #35C5A0. Grayscale: #696969. Windows color (decimal): -3524001 or 6240970. OLE color: 6240970.

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

Color convert

RGB2025895-
CMYK00.710.530.21
HSL344.58º57.6%50.98%-
HSV(B)344.58º71.29%79.22%-
XYZ27.9416.4112.52-
YUV105.27122.21196.99-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 56.90%
GREEN value IS 58 (23.05% from 255) = 16.34%
BLUE value IS 95 (37.5% from 255) = 26.76%
R=56.90%
G=16.34%
B=26.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.53
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal202589500.710.530.21344.5857.650.98
HexCA3A5F04735151593a33
Octal31272137010765255317263
Binary1100101011101010111110100011111010110101101011001111010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA3A5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA3A5F; }

 p { color: rgb(202,58,95); }

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

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

 a { background-color: rgb(202,58,95); }

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

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

 span { border-color: rgb(202,58,95); }

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