#CB4B6E

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

Shades of Cabaret #CB4B6E

Tints of Cabaret #CB4B6E

Color information

#CB4B6E (or 0xCB4B6E) is unknown color: approx Cabaret. HEX triplet: CB, 4B and 6E. RGB value is (203,75,110). Sum of RGB (Red+Green+Blue) = 203+75+110=388 (51% of max value = 765). Red value is 203 (79.69% from 255 or 52.32% from 388); Green value is 75 (29.69% from 255 or 19.33% from 388); Blue value is 110 (43.36% from 255 or 28.35% from 388); Max value from RGB is 203 - color contains mainly: red. Hex color #CB4B6E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CB4B6E is #34B491. Grayscale: #757575. Windows color (decimal): -3454098 or 7228363. OLE color: 7228363.

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

Color convert

RGB20375110-
CMYK00.630.460.20
HSL343.59º55.17%54.51%-
HSV(B)343.59º63.05%79.61%-
XYZ29.9618.8516.81-
YUV117.26123.91189.15-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 52.32%
GREEN value IS 75 (29.69% from 255) = 19.33%
BLUE value IS 110 (43.36% from 255) = 28.35%
R=52.32%
G=19.33%
B=28.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.46
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2037511000.630.460.20343.5955.1754.51
HexCB4B6E03F2E141583737
Octal31311315607756245306767
Binary1100101110010111101110011111110111010100101011000110111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB4B6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB4B6E; }

 p { color: rgb(203,75,110); }

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

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

 a { background-color: rgb(203,75,110); }

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

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

 span { border-color: rgb(203,75,110); }

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