#CB416C

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

Shades of Cabaret #CB416C

Tints of Cabaret #CB416C

Color information

#CB416C (or 0xCB416C) is unknown color: approx Cabaret. HEX triplet: CB, 41 and 6C. RGB value is (203,65,108). Sum of RGB (Red+Green+Blue) = 203+65+108=376 (49% of max value = 765). Red value is 203 (79.69% from 255 or 53.99% from 376); Green value is 65 (25.78% from 255 or 17.29% from 376); Blue value is 108 (42.58% from 255 or 28.72% from 376); Max value from RGB is 203 - color contains mainly: red. Hex color #CB416C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CB416C is #34BE93. Grayscale: #6F6F6F. Windows color (decimal): -3456660 or 7094731. OLE color: 7094731.

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

Color convert

RGB20365108-
CMYK00.680.470.20
HSL341.3º57.02%52.55%-
HSV(B)341.3º67.98%79.61%-
XYZ29.2317.5616.04-
YUV111.16126.22193.5-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 53.99%
GREEN value IS 65 (25.78% from 255) = 17.29%
BLUE value IS 108 (42.58% from 255) = 28.72%
R=53.99%
G=17.29%
B=28.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.47
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2036510800.680.470.20341.357.0252.55
HexCB416C0442F141553935
Octal313101154010457245257165
Binary11001011100000111011000100010010111110100101010101111001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB416C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB416C; }

 p { color: rgb(203,65,108); }

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

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

 a { background-color: rgb(203,65,108); }

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

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

 span { border-color: rgb(203,65,108); }

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