#CB5F6A

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

Shades of Cabaret #CB5F6A

Tints of Cabaret #CB5F6A

Color information

#CB5F6A (or 0xCB5F6A) is unknown color: approx Cabaret. HEX triplet: CB, 5F and 6A. RGB value is (203,95,106). Sum of RGB (Red+Green+Blue) = 203+95+106=404 (53% of max value = 765). Red value is 203 (79.69% from 255 or 50.25% from 404); Green value is 95 (37.5% from 255 or 23.51% from 404); Blue value is 106 (41.80% from 255 or 26.24% from 404); Max value from RGB is 203 - color contains mainly: red. Hex color #CB5F6A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CB5F6A is #34A095. Grayscale: #808080. Windows color (decimal): -3448982 or 6971339. OLE color: 6971339.

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

Color convert

RGB20395106-
CMYK00.530.480.20
HSL353.89º50.94%58.43%-
HSV(B)353.89º53.2%79.61%-
XYZ31.3221.9216.22-
YUV128.55115.28181.11-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 50.25%
GREEN value IS 95 (37.5% from 255) = 23.51%
BLUE value IS 106 (41.80% from 255) = 26.24%
R=50.25%
G=23.51%
B=26.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.48
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2039510600.530.480.20353.8950.9458.43
HexCB5F6A0353014162333a
Octal31313715206560245426372
Binary1100101110111111101010011010111000010100101100010110011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB5F6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB5F6A; }

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

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

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

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

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

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

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

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