#CB6079

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

Shades of Cabaret #CB6079

Tints of Cabaret #CB6079

Color information

#CB6079 (or 0xCB6079) is unknown color: approx Cabaret. HEX triplet: CB, 60 and 79. RGB value is (203,96,121). Sum of RGB (Red+Green+Blue) = 203+96+121=420 (55% of max value = 765). Red value is 203 (79.69% from 255 or 48.33% from 420); Green value is 96 (37.89% from 255 or 22.86% from 420); Blue value is 121 (47.66% from 255 or 28.81% from 420); Max value from RGB is 203 - color contains mainly: red. Hex color #CB6079 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CB6079 is #349F86. Grayscale: #828282. Windows color (decimal): -3448711 or 7954635. OLE color: 7954635.

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

Color convert

RGB20396121-
CMYK00.530.400.20
HSL345.98º50.71%58.63%-
HSV(B)345.98º52.71%79.61%-
XYZ32.2622.4420.72-
YUV130.84122.45179.47-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 48.33%
GREEN value IS 96 (37.89% from 255) = 22.86%
BLUE value IS 121 (47.66% from 255) = 28.81%
R=48.33%
G=22.86%
B=28.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.40
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2039612100.530.400.20345.9850.7158.63
HexCB6079035281415a333b
Octal31314017106550245326373
Binary1100101111000001111001011010110100010100101011010110011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB6079

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB6079; }

 p { color: rgb(203,96,121); }

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

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

 a { background-color: rgb(203,96,121); }

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

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

 span { border-color: rgb(203,96,121); }

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