#CB316A

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

Shades of Cerise #CB316A

Tints of Cerise #CB316A

Color information

#CB316A (or 0xCB316A) is unknown color: approx Cerise. HEX triplet: CB, 31 and 6A. RGB value is (203,49,106). Sum of RGB (Red+Green+Blue) = 203+49+106=358 (47% of max value = 765). Red value is 203 (79.69% from 255 or 56.70% from 358); Green value is 49 (19.53% from 255 or 13.69% from 358); Blue value is 106 (41.80% from 255 or 29.61% from 358); Max value from RGB is 203 - color contains mainly: red. Hex color #CB316A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CB316A is #34CE95. Grayscale: #656565. Windows color (decimal): -3460758 or 6959563. OLE color: 6959563.

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

Color convert

RGB20349106-
CMYK00.760.480.20
HSL337.79º61.11%49.41%-
HSV(B)337.79º75.86%79.61%-
XYZ28.3315.9315.22-
YUV101.54130.52200.37-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 56.70%
GREEN value IS 49 (19.53% from 255) = 13.69%
BLUE value IS 106 (41.80% from 255) = 29.61%
R=56.70%
G=13.69%
B=29.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.48
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2034910600.760.480.20337.7961.1149.41
HexCB316A04C30141523d31
Octal31361152011460245227561
Binary1100101111000111010100100110011000010100101010010111101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB316A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB316A; }

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

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

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

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

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

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

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

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