#CB3D6B

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

Shades of Cabaret #CB3D6B

Tints of Cabaret #CB3D6B

Color information

#CB3D6B (or 0xCB3D6B) is unknown color: approx Cabaret. HEX triplet: CB, 3D and 6B. RGB value is (203,61,107). Sum of RGB (Red+Green+Blue) = 203+61+107=371 (49% of max value = 765). Red value is 203 (79.69% from 255 or 54.72% from 371); Green value is 61 (24.22% from 255 or 16.44% from 371); Blue value is 107 (42.19% from 255 or 28.84% from 371); Max value from RGB is 203 - color contains mainly: red. Hex color #CB3D6B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CB3D6B is #34C294. Grayscale: #6C6C6C. Windows color (decimal): -3457685 or 7028171. OLE color: 7028171.

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

Color convert

RGB20361107-
CMYK00.700.470.20
HSL340.56º57.72%51.76%-
HSV(B)340.56º69.95%79.61%-
XYZ28.9517.115.68-
YUV108.7127.04195.26-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 54.72%
GREEN value IS 61 (24.22% from 255) = 16.44%
BLUE value IS 107 (42.19% from 255) = 28.84%
R=54.72%
G=16.44%
B=28.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.47
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2036110700.700.470.20340.5657.7251.76
HexCB3D6B0462F141553a34
Octal31375153010657245257264
Binary1100101111110111010110100011010111110100101010101111010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB3D6B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB3D6B; }

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

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

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

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

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

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

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

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