#CB3166

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

Shades of Cerise #CB3166

Tints of Cerise #CB3166

Color information

#CB3166 (or 0xCB3166) is unknown color: approx Cerise. HEX triplet: CB, 31 and 66. RGB value is (203,49,102). Sum of RGB (Red+Green+Blue) = 203+49+102=354 (46% of max value = 765). Red value is 203 (79.69% from 255 or 57.34% from 354); Green value is 49 (19.53% from 255 or 13.84% from 354); Blue value is 102 (40.23% from 255 or 28.81% from 354); Max value from RGB is 203 - color contains mainly: red. Hex color #CB3166 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CB3166 is #34CE99. Grayscale: #656565. Windows color (decimal): -3460762 or 6697419. OLE color: 6697419.

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

Color convert

RGB20349102-
CMYK00.760.500.20
HSL339.35º61.11%49.41%-
HSV(B)339.35º75.86%79.61%-
XYZ28.1315.8514.15-
YUV101.09128.52200.69-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 57.34%
GREEN value IS 49 (19.53% from 255) = 13.84%
BLUE value IS 102 (40.23% from 255) = 28.81%
R=57.34%
G=13.84%
B=28.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.50
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2034910200.760.500.20339.3561.1149.41
HexCB316604C32141533d31
Octal31361146011462245237561
Binary1100101111000111001100100110011001010100101010011111101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB3166

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB3166; }

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

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

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

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

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

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

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

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