#CB3E67

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

Shades of Cabaret #CB3E67

Tints of Cabaret #CB3E67

Color information

#CB3E67 (or 0xCB3E67) is unknown color: approx Cabaret. HEX triplet: CB, 3E and 67. RGB value is (203,62,103). Sum of RGB (Red+Green+Blue) = 203+62+103=368 (48% of max value = 765). Red value is 203 (79.69% from 255 or 55.16% from 368); Green value is 62 (24.61% from 255 or 16.85% from 368); Blue value is 103 (40.62% from 255 or 27.99% from 368); Max value from RGB is 203 - color contains mainly: red. Hex color #CB3E67 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CB3E67 is #34C198. Grayscale: #6C6C6C. Windows color (decimal): -3457433 or 6766283. OLE color: 6766283.

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

Color convert

RGB20362103-
CMYK00.690.490.20
HSL342.55º57.55%51.96%-
HSV(B)342.55º69.46%79.61%-
XYZ28.817.1214.62-
YUV108.83124.71195.17-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 55.16%
GREEN value IS 62 (24.61% from 255) = 16.85%
BLUE value IS 103 (40.62% from 255) = 27.99%
R=55.16%
G=16.85%
B=27.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.49
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2036210300.690.490.20342.5557.5551.96
HexCB3E6704531141573a34
Octal31376147010561245277264
Binary1100101111111011001110100010111000110100101010111111010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB3E67

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB3E67; }

 p { color: rgb(203,62,103); }

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

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

 a { background-color: rgb(203,62,103); }

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

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

 span { border-color: rgb(203,62,103); }

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