#CB5F6E

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

Shades of Cabaret #CB5F6E

Tints of Cabaret #CB5F6E

Color information

#CB5F6E (or 0xCB5F6E) is unknown color: approx Cabaret. HEX triplet: CB, 5F and 6E. RGB value is (203,95,110). Sum of RGB (Red+Green+Blue) = 203+95+110=408 (54% of max value = 765). Red value is 203 (79.69% from 255 or 49.75% from 408); Green value is 95 (37.5% from 255 or 23.28% from 408); Blue value is 110 (43.36% from 255 or 26.96% from 408); Max value from RGB is 203 - color contains mainly: red. Hex color #CB5F6E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CB5F6E is #34A091. Grayscale: #818181. Windows color (decimal): -3448978 or 7233483. OLE color: 7233483.

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

Color convert

RGB20395110-
CMYK00.530.460.20
HSL351.67º50.94%58.43%-
HSV(B)351.67º53.2%79.61%-
XYZ31.5422.0117.34-
YUV129117.28180.78-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 49.75%
GREEN value IS 95 (37.5% from 255) = 23.28%
BLUE value IS 110 (43.36% from 255) = 26.96%
R=49.75%
G=23.28%
B=26.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.46
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2039511000.530.460.20351.6750.9458.43
HexCB5F6E0352E14160333a
Octal31313715606556245406372
Binary1100101110111111101110011010110111010100101100000110011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB5F6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB5F6E; }

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

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

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

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

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

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

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

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