#CB6179

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

Shades of Cabaret #CB6179

Tints of Cabaret #CB6179

Color information

#CB6179 (or 0xCB6179) is unknown color: approx Cabaret. HEX triplet: CB, 61 and 79. RGB value is (203,97,121). Sum of RGB (Red+Green+Blue) = 203+97+121=421 (55% of max value = 765). Red value is 203 (79.69% from 255 or 48.22% from 421); Green value is 97 (38.28% from 255 or 23.04% from 421); Blue value is 121 (47.66% from 255 or 28.74% from 421); Max value from RGB is 203 - color contains mainly: red. Hex color #CB6179 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CB6179 is #349E86. Grayscale: #838383. Windows color (decimal): -3448455 or 7954891. OLE color: 7954891.

HSL color Cylindrical-coordinate representation of color #CB6179: hue angle of 346.42º 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 #CB6179 is Cyan = 0, Magento = 0.52, Yellow = 0.40 and Black (K on CMYK) = 0.20.

Color convert

RGB20397121-
CMYK00.520.400.20
HSL346.42º50.48%58.82%-
HSV(B)346.42º52.22%79.61%-
XYZ32.3522.6320.75-
YUV131.43122.12179.05-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 48.22%
GREEN value IS 97 (38.28% from 255) = 23.04%
BLUE value IS 121 (47.66% from 255) = 28.74%
R=48.22%
G=23.04%
B=28.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.40
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2039712100.520.400.20346.4250.4858.82
HexCB6179034281415a323b
Octal31314117106450245326273
Binary1100101111000011111001011010010100010100101011010110010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB6179

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB6179; }

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

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

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

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

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

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

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

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