#CB5F6D

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

Shades of Cabaret #CB5F6D

Tints of Cabaret #CB5F6D

Color information

#CB5F6D (or 0xCB5F6D) is unknown color: approx Cabaret. HEX triplet: CB, 5F and 6D. RGB value is (203,95,109). Sum of RGB (Red+Green+Blue) = 203+95+109=407 (53% of max value = 765). Red value is 203 (79.69% from 255 or 49.88% from 407); Green value is 95 (37.5% from 255 or 23.34% from 407); Blue value is 109 (42.97% from 255 or 26.78% from 407); Max value from RGB is 203 - color contains mainly: red. Hex color #CB5F6D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CB5F6D is #34A092. Grayscale: #808080. Windows color (decimal): -3448979 or 7167947. OLE color: 7167947.

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

Color convert

RGB20395109-
CMYK00.530.460.20
HSL352.22º50.94%58.43%-
HSV(B)352.22º53.2%79.61%-
XYZ31.4821.9917.05-
YUV128.89116.78180.86-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 49.88%
GREEN value IS 95 (37.5% from 255) = 23.34%
BLUE value IS 109 (42.97% from 255) = 26.78%
R=49.88%
G=23.34%
B=26.78%

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
Decimal2039510900.530.460.20352.2250.9458.43
HexCB5F6D0352E14160333a
Octal31313715506556245406372
Binary1100101110111111101101011010110111010100101100000110011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB5F6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB5F6D; }

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

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

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

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

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

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

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

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