#CB6870

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

Shades of Cabaret #CB6870

Tints of Cabaret #CB6870

Color information

#CB6870 (or 0xCB6870) is unknown color: approx Cabaret. HEX triplet: CB, 68 and 70. RGB value is (203,104,112). Sum of RGB (Red+Green+Blue) = 203+104+112=419 (55% of max value = 765). Red value is 203 (79.69% from 255 or 48.45% from 419); Green value is 104 (41.02% from 255 or 24.82% from 419); Blue value is 112 (44.14% from 255 or 26.73% from 419); Max value from RGB is 203 - color contains mainly: red. Hex color #CB6870 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CB6870 is #34978F. Grayscale: #868686. Windows color (decimal): -3446672 or 7366859. OLE color: 7366859.

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

Color convert

RGB203104112-
CMYK00.490.450.20
HSL355.15º48.77%60.2%-
HSV(B)355.15º48.77%79.61%-
XYZ32.523.7718.2-
YUV134.51115.3176.85-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 48.45%
GREEN value IS 104 (41.02% from 255) = 24.82%
BLUE value IS 112 (44.14% from 255) = 26.73%
R=48.45%
G=24.82%
B=26.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.45
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20310411200.490.450.20355.1548.7760.2
HexCB68700312D14163313c
Octal31315016006155245436174
Binary1100101111010001110000011000110110110100101100011110001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB6870

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB6870; }

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

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

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

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

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

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

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

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