#CB316D

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

Shades of Cerise #CB316D

Tints of Cerise #CB316D

Color information

#CB316D (or 0xCB316D) is unknown color: approx Cerise. HEX triplet: CB, 31 and 6D. RGB value is (203,49,109). Sum of RGB (Red+Green+Blue) = 203+49+109=361 (47% of max value = 765). Red value is 203 (79.69% from 255 or 56.23% from 361); Green value is 49 (19.53% from 255 or 13.57% from 361); Blue value is 109 (42.97% from 255 or 30.19% from 361); Max value from RGB is 203 - color contains mainly: red. Hex color #CB316D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CB316D is #34CE92. Grayscale: #656565. Windows color (decimal): -3460755 or 7156171. OLE color: 7156171.

HSL color Cylindrical-coordinate representation of color #CB316D: hue angle of 336.62º 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 #CB316D is Cyan = 0, Magento = 0.76, Yellow = 0.46 and Black (K on CMYK) = 0.20.

Color convert

RGB20349109-
CMYK00.760.460.20
HSL336.62º61.11%49.41%-
HSV(B)336.62º75.86%79.61%-
XYZ28.491616.05-
YUV101.89132.02200.12-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 56.23%
GREEN value IS 49 (19.53% from 255) = 13.57%
BLUE value IS 109 (42.97% from 255) = 30.19%
R=56.23%
G=13.57%
B=30.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.46
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2034910900.760.460.20336.6261.1149.41
HexCB316D04C2E141513d31
Octal31361155011456245217561
Binary1100101111000111011010100110010111010100101010001111101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB316D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB316D; }

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

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

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

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

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

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

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

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