#CB486A

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

Shades of Cabaret #CB486A

Tints of Cabaret #CB486A

Color information

#CB486A (or 0xCB486A) is unknown color: approx Cabaret. HEX triplet: CB, 48 and 6A. RGB value is (203,72,106). Sum of RGB (Red+Green+Blue) = 203+72+106=381 (50% of max value = 765). Red value is 203 (79.69% from 255 or 53.28% from 381); Green value is 72 (28.52% from 255 or 18.90% from 381); Blue value is 106 (41.80% from 255 or 27.82% from 381); Max value from RGB is 203 - color contains mainly: red. Hex color #CB486A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CB486A is #34B795. Grayscale: #737373. Windows color (decimal): -3454870 or 6965451. OLE color: 6965451.

HSL color Cylindrical-coordinate representation of color #CB486A: hue angle of 344.43º degrees, saturation: 0.56, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #CB486A is Cyan = 0, Magento = 0.65, Yellow = 0.48 and Black (K on CMYK) = 0.20.

Color convert

RGB20372106-
CMYK00.650.480.20
HSL344.43º55.74%53.92%-
HSV(B)344.43º64.53%79.61%-
XYZ29.5518.3715.62-
YUV115.04122.9190.74-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 53.28%
GREEN value IS 72 (28.52% from 255) = 18.90%
BLUE value IS 106 (41.80% from 255) = 27.82%
R=53.28%
G=18.90%
B=27.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.48
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2037210600.650.480.20344.4355.7453.92
HexCB486A04130141583836
Octal313110152010160245307066
Binary11001011100100011010100100000111000010100101011000111000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB486A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB486A; }

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

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

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

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

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

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

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

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