#CB566B

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

Shades of Cabaret #CB566B

Tints of Cabaret #CB566B

Color information

#CB566B (or 0xCB566B) is unknown color: approx Cabaret. HEX triplet: CB, 56 and 6B. RGB value is (203,86,107). Sum of RGB (Red+Green+Blue) = 203+86+107=396 (52% of max value = 765). Red value is 203 (79.69% from 255 or 51.26% from 396); Green value is 86 (33.98% from 255 or 21.72% from 396); Blue value is 107 (42.19% from 255 or 27.02% from 396); Max value from RGB is 203 - color contains mainly: red. Hex color #CB566B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CB566B is #34A994. Grayscale: #7B7B7B. Windows color (decimal): -3451285 or 7034571. OLE color: 7034571.

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

Color convert

RGB20386107-
CMYK00.580.470.20
HSL349.23º52.94%56.67%-
HSV(B)349.23º57.64%79.61%-
XYZ30.6120.4116.24-
YUV123.38118.76184.79-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 51.26%
GREEN value IS 86 (33.98% from 255) = 21.72%
BLUE value IS 107 (42.19% from 255) = 27.02%
R=51.26%
G=21.72%
B=27.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.47
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2038610700.580.470.20349.2352.9456.67
HexCB566B03A2F1415d3539
Octal31312615307257245356571
Binary1100101110101101101011011101010111110100101011101110101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB566B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB566B; }

 p { color: rgb(203,86,107); }

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

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

 a { background-color: rgb(203,86,107); }

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

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

 span { border-color: rgb(203,86,107); }

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