#CB3D71

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

Shades of Cabaret #CB3D71

Tints of Cabaret #CB3D71

Color information

#CB3D71 (or 0xCB3D71) is unknown color: approx Cabaret. HEX triplet: CB, 3D and 71. RGB value is (203,61,113). Sum of RGB (Red+Green+Blue) = 203+61+113=377 (49% of max value = 765). Red value is 203 (79.69% from 255 or 53.85% from 377); Green value is 61 (24.22% from 255 or 16.18% from 377); Blue value is 113 (44.53% from 255 or 29.97% from 377); Max value from RGB is 203 - color contains mainly: red. Hex color #CB3D71 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CB3D71 is #34C28E. Grayscale: #6D6D6D. Windows color (decimal): -3457679 or 7421387. OLE color: 7421387.

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

Color convert

RGB20361113-
CMYK00.700.440.20
HSL338.03º57.72%51.76%-
HSV(B)338.03º69.95%79.61%-
XYZ29.2817.2317.4-
YUV109.39130.04194.77-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 53.85%
GREEN value IS 61 (24.22% from 255) = 16.18%
BLUE value IS 113 (44.53% from 255) = 29.97%
R=53.85%
G=16.18%
B=29.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.44
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2036111300.700.440.20338.0357.7251.76
HexCB3D710462C141523a34
Octal31375161010654245227264
Binary1100101111110111100010100011010110010100101010010111010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB3D71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB3D71; }

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

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

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

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

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

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

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

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