#CB6178

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

Shades of Cabaret #CB6178

Tints of Cabaret #CB6178

Color information

#CB6178 (or 0xCB6178) is unknown color: approx Cabaret. HEX triplet: CB, 61 and 78. RGB value is (203,97,120). Sum of RGB (Red+Green+Blue) = 203+97+120=420 (55% of max value = 765). Red value is 203 (79.69% from 255 or 48.33% from 420); Green value is 97 (38.28% from 255 or 23.10% from 420); Blue value is 120 (47.27% from 255 or 28.57% from 420); Max value from RGB is 203 - color contains mainly: red. Hex color #CB6178 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CB6178 is #349E87. Grayscale: #838383. Windows color (decimal): -3448456 or 7889355. OLE color: 7889355.

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

Color convert

RGB20397120-
CMYK00.520.410.20
HSL346.98º50.48%58.82%-
HSV(B)346.98º52.22%79.61%-
XYZ32.2922.620.43-
YUV131.32121.62179.13-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 48.33%
GREEN value IS 97 (38.28% from 255) = 23.10%
BLUE value IS 120 (47.27% from 255) = 28.57%
R=48.33%
G=23.10%
B=28.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.41
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2039712000.520.410.20346.9850.4858.82
HexCB6178034291415b323b
Octal31314117006451245336273
Binary1100101111000011111000011010010100110100101011011110010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB6178

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB6178; }

 p { color: rgb(203,97,120); }

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

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

 a { background-color: rgb(203,97,120); }

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

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

 span { border-color: rgb(203,97,120); }

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