#CB4665

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

Shades of Cabaret #CB4665

Tints of Cabaret #CB4665

Color information

#CB4665 (or 0xCB4665) is unknown color: approx Cabaret. HEX triplet: CB, 46 and 65. RGB value is (203,70,101). Sum of RGB (Red+Green+Blue) = 203+70+101=374 (49% of max value = 765). Red value is 203 (79.69% from 255 or 54.28% from 374); Green value is 70 (27.73% from 255 or 18.72% from 374); Blue value is 101 (39.84% from 255 or 27.01% from 374); Max value from RGB is 203 - color contains mainly: red. Hex color #CB4665 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CB4665 is #34B99A. Grayscale: #717171. Windows color (decimal): -3455387 or 6637259. OLE color: 6637259.

HSL color Cylindrical-coordinate representation of color #CB4665: hue angle of 346.02º degrees, saturation: 0.56, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #CB4665 is Cyan = 0, Magento = 0.66, Yellow = 0.50 and Black (K on CMYK) = 0.20.

Color convert

RGB20370101-
CMYK00.660.500.20
HSL346.02º56.12%53.53%-
HSV(B)346.02º65.52%79.61%-
XYZ29.1718.0214.25-
YUV113.3121.06191.98-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 54.28%
GREEN value IS 70 (27.73% from 255) = 18.72%
BLUE value IS 101 (39.84% from 255) = 27.01%
R=54.28%
G=18.72%
B=27.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.50
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2037010100.660.500.20346.0256.1253.53
HexCB4665042321415a3836
Octal313106145010262245327066
Binary11001011100011011001010100001011001010100101011010111000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB4665

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB4665; }

 p { color: rgb(203,70,101); }

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

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

 a { background-color: rgb(203,70,101); }

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

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

 span { border-color: rgb(203,70,101); }

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