#CB3E6B

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

Shades of Cabaret #CB3E6B

Tints of Cabaret #CB3E6B

Color information

#CB3E6B (or 0xCB3E6B) is unknown color: approx Cabaret. HEX triplet: CB, 3E and 6B. RGB value is (203,62,107). Sum of RGB (Red+Green+Blue) = 203+62+107=372 (49% of max value = 765). Red value is 203 (79.69% from 255 or 54.57% from 372); Green value is 62 (24.61% from 255 or 16.67% from 372); Blue value is 107 (42.19% from 255 or 28.76% from 372); Max value from RGB is 203 - color contains mainly: red. Hex color #CB3E6B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CB3E6B is #34C194. Grayscale: #6D6D6D. Windows color (decimal): -3457429 or 7028427. OLE color: 7028427.

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

Color convert

RGB20362107-
CMYK00.690.470.20
HSL340.85º57.55%51.96%-
HSV(B)340.85º69.46%79.61%-
XYZ29.0117.215.7-
YUV109.29126.71194.84-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 54.57%
GREEN value IS 62 (24.61% from 255) = 16.67%
BLUE value IS 107 (42.19% from 255) = 28.76%
R=54.57%
G=16.67%
B=28.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.47
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2036210700.690.470.20340.8557.5551.96
HexCB3E6B0452F141553a34
Octal31376153010557245257264
Binary1100101111111011010110100010110111110100101010101111010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB3E6B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB3E6B; }

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

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

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

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

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

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

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

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