#CB456D

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

Shades of Cabaret #CB456D

Tints of Cabaret #CB456D

Color information

#CB456D (or 0xCB456D) is unknown color: approx Cabaret. HEX triplet: CB, 45 and 6D. RGB value is (203,69,109). Sum of RGB (Red+Green+Blue) = 203+69+109=381 (50% of max value = 765). Red value is 203 (79.69% from 255 or 53.28% from 381); Green value is 69 (27.34% from 255 or 18.11% from 381); Blue value is 109 (42.97% from 255 or 28.61% from 381); Max value from RGB is 203 - color contains mainly: red. Hex color #CB456D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CB456D is #34BA92. Grayscale: #717171. Windows color (decimal): -3455635 or 7161291. OLE color: 7161291.

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

Color convert

RGB20369109-
CMYK00.660.460.20
HSL342.09º56.3%53.33%-
HSV(B)342.09º66.01%79.61%-
XYZ29.5218.0616.4-
YUV113.63125.39191.75-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 53.28%
GREEN value IS 69 (27.34% from 255) = 18.11%
BLUE value IS 109 (42.97% from 255) = 28.61%
R=53.28%
G=18.11%
B=28.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.46
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2036910900.660.460.20342.0956.353.33
HexCB456D0422E141563835
Octal313105155010256245267065
Binary11001011100010111011010100001010111010100101010110111000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB456D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB456D; }

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

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

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

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

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

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

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

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