#CB6871

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

Shades of Cabaret #CB6871

Tints of Cabaret #CB6871

Color information

#CB6871 (or 0xCB6871) is unknown color: approx Cabaret. HEX triplet: CB, 68 and 71. RGB value is (203,104,113). Sum of RGB (Red+Green+Blue) = 203+104+113=420 (55% of max value = 765). Red value is 203 (79.69% from 255 or 48.33% from 420); Green value is 104 (41.02% from 255 or 24.76% from 420); Blue value is 113 (44.53% from 255 or 26.90% from 420); Max value from RGB is 203 - color contains mainly: red. Hex color #CB6871 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CB6871 is #34978E. Grayscale: #868686. Windows color (decimal): -3446671 or 7432395. OLE color: 7432395.

HSL color Cylindrical-coordinate representation of color #CB6871: hue angle of 354.55º degrees, saturation: 0.49, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #CB6871 is Cyan = 0, Magento = 0.49, Yellow = 0.44 and Black (K on CMYK) = 0.20.

Color convert

RGB203104113-
CMYK00.490.440.20
HSL354.55º48.77%60.2%-
HSV(B)354.55º48.77%79.61%-
XYZ32.5623.7918.5-
YUV134.63115.8176.77-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 48.33%
GREEN value IS 104 (41.02% from 255) = 24.76%
BLUE value IS 113 (44.53% from 255) = 26.90%
R=48.33%
G=24.76%
B=26.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.44
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20310411300.490.440.20354.5548.7760.2
HexCB68710312C14163313c
Octal31315016106154245436174
Binary1100101111010001110001011000110110010100101100011110001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB6871

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB6871; }

 p { color: rgb(203,104,113); }

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

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

 a { background-color: rgb(203,104,113); }

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

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

 span { border-color: rgb(203,104,113); }

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