#CB3D6E

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

Shades of Cabaret #CB3D6E

Tints of Cabaret #CB3D6E

Color information

#CB3D6E (or 0xCB3D6E) is unknown color: approx Cabaret. HEX triplet: CB, 3D and 6E. RGB value is (203,61,110). Sum of RGB (Red+Green+Blue) = 203+61+110=374 (49% of max value = 765). Red value is 203 (79.69% from 255 or 54.28% from 374); Green value is 61 (24.22% from 255 or 16.31% from 374); Blue value is 110 (43.36% from 255 or 29.41% from 374); Max value from RGB is 203 - color contains mainly: red. Hex color #CB3D6E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CB3D6E is #34C291. Grayscale: #6C6C6C. Windows color (decimal): -3457682 or 7224779. OLE color: 7224779.

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

Color convert

RGB20361110-
CMYK00.700.460.20
HSL339.3º57.72%51.76%-
HSV(B)339.3º69.95%79.61%-
XYZ29.1117.1616.53-
YUV109.04128.54195.02-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 54.28%
GREEN value IS 61 (24.22% from 255) = 16.31%
BLUE value IS 110 (43.36% from 255) = 29.41%
R=54.28%
G=16.31%
B=29.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.46
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2036111000.700.460.20339.357.7251.76
HexCB3D6E0462E141533a34
Octal31375156010656245237264
Binary1100101111110111011100100011010111010100101010011111010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB3D6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB3D6E; }

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

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

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

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

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

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

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

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