#CB246A

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

Shades of Cerise #CB246A

Tints of Cerise #CB246A

Color information

#CB246A (or 0xCB246A) is unknown color: approx Cerise. HEX triplet: CB, 24 and 6A. RGB value is (203,36,106). Sum of RGB (Red+Green+Blue) = 203+36+106=345 (45% of max value = 765). Red value is 203 (79.69% from 255 or 58.84% from 345); Green value is 36 (14.45% from 255 or 10.43% from 345); Blue value is 106 (41.80% from 255 or 30.72% from 345); Max value from RGB is 203 - color contains mainly: red. Hex color #CB246A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CB246A is #34DB95. Grayscale: #5D5D5D. Windows color (decimal): -3464086 or 6956235. OLE color: 6956235.

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

Color convert

RGB20336106-
CMYK00.820.480.20
HSL334.85º69.87%46.86%-
HSV(B)334.85º82.27%79.61%-
XYZ27.861515.06-
YUV93.91134.83205.81-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 58.84%
GREEN value IS 36 (14.45% from 255) = 10.43%
BLUE value IS 106 (41.80% from 255) = 30.72%
R=58.84%
G=10.43%
B=30.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.48
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2033610600.820.480.20334.8569.8746.86
HexCB246A052301414f462f
Octal313441520122602451710657
Binary11001011100100110101001010010110000101001010011111000110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB246A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB246A; }

 p { color: rgb(203,36,106); }

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

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

 a { background-color: rgb(203,36,106); }

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

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

 span { border-color: rgb(203,36,106); }

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