#cb3f6e

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

Shades of Cabaret #CB3F6E

Tints of Cabaret #CB3F6E

Color information

#CB3F6E (or 0xCB3F6E) is unknown color: approx Cabaret. HEX triplet: CB, 3F and 6E. RGB value is (203,63,110). Sum of RGB (Red+Green+Blue) = 203+63+110=376 (49% of max value = 765). Red value is 203 (79.69% from 255 or 53.99% from 376); Green value is 63 (25% from 255 or 16.76% from 376); Blue value is 110 (43.36% from 255 or 29.26% from 376); Max value from RGB is 203 - color contains mainly: red. Hex color #CB3F6E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CB3F6E is #34C091. Grayscale: #6E6E6E. Windows color (decimal): -3457170 or 7225291. OLE color: 7225291.

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

Color convert

RGB20363110-
CMYK00.690.460.20
HSL339.86º57.38%52.16%-
HSV(B)339.86º68.97%79.61%-
XYZ29.2217.3816.57-
YUV110.22127.88194.18-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 53.99%
GREEN value IS 63 (25% from 255) = 16.76%
BLUE value IS 110 (43.36% from 255) = 29.26%
R=53.99%
G=16.76%
B=29.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.46
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2036311000.690.460.20339.8657.3852.16
HexCB3F6E0452E141543934
Octal31377156010556245247164
Binary1100101111111111011100100010110111010100101010100111001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #cb3f6e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #cb3f6e; }

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

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

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

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

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

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

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

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