#CB295F

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

Shades of Cerise #CB295F

Tints of Cerise #CB295F

Color information

#CB295F (or 0xCB295F) is unknown color: approx Cerise. HEX triplet: CB, 29 and 5F. RGB value is (203,41,95). Sum of RGB (Red+Green+Blue) = 203+41+95=339 (44% of max value = 765). Red value is 203 (79.69% from 255 or 59.88% from 339); Green value is 41 (16.41% from 255 or 12.09% from 339); Blue value is 95 (37.5% from 255 or 28.02% from 339); Max value from RGB is 203 - color contains mainly: red. Hex color #CB295F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CB295F is #34D6A0. Grayscale: #5F5F5F. Windows color (decimal): -3462817 or 6236619. OLE color: 6236619.

HSL color Cylindrical-coordinate representation of color #CB295F: hue angle of 340º degrees, saturation: 0.66, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #CB295F is Cyan = 0, Magento = 0.80, Yellow = 0.53 and Black (K on CMYK) = 0.20.

Color convert

RGB2034195-
CMYK00.800.530.20
HSL340º66.39%47.84%-
HSV(B)340º79.8%79.61%-
XYZ27.4915.1112.29-
YUV95.59127.67204.61-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 59.88%
GREEN value IS 41 (16.41% from 255) = 12.09%
BLUE value IS 95 (37.5% from 255) = 28.02%
R=59.88%
G=12.09%
B=28.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.53
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal203419500.800.530.2034066.3947.84
HexCB295F05035141544230
Octal313511370120652452410260
Binary11001011101001101111101010000110101101001010101001000010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB295F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB295F; }

 p { color: rgb(203,41,95); }

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

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

 a { background-color: rgb(203,41,95); }

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

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

 span { border-color: rgb(203,41,95); }

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