#CBA8BA

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

Shades of Maverick #CBA8BA

Tints of Maverick #CBA8BA

Color information

#CBA8BA (or 0xCBA8BA) is unknown color: approx Maverick. HEX triplet: CB, A8 and BA. RGB value is (203,168,186). Sum of RGB (Red+Green+Blue) = 203+168+186=557 (73% of max value = 765). Red value is 203 (79.69% from 255 or 36.45% from 557); Green value is 168 (66.02% from 255 or 30.16% from 557); Blue value is 186 (73.05% from 255 or 33.39% from 557); Max value from RGB is 203 - color contains mainly: red. Hex color #CBA8BA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CBA8BA is #345745. Grayscale: #B4B4B4. Windows color (decimal): -3430214 or 12232907. OLE color: 12232907.

HSL color Cylindrical-coordinate representation of color #CBA8BA: hue angle of 329.14º degrees, saturation: 0.25, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #CBA8BA is Cyan = 0, Magento = 0.17, Yellow = 0.08 and Black (K on CMYK) = 0.20.

Color convert

RGB203168186-
CMYK00.170.080.20
HSL329.14º25.18%72.75%-
HSV(B)329.14º17.24%79.61%-
XYZ47.4944.2552.49-
YUV180.52131.1144.04-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 36.45%
GREEN value IS 168 (66.02% from 255) = 30.16%
BLUE value IS 186 (73.05% from 255) = 33.39%
R=36.45%
G=30.16%
B=33.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.08
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20316818600.170.080.20329.1425.1872.75
HexCBA8BA0118141491949
Octal313250272021102451131111
Binary110010111010100010111010010001100010100101001001110011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBA8BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBA8BA; }

 p { color: rgb(203,168,186); }

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

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

 a { background-color: rgb(203,168,186); }

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

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

 span { border-color: rgb(203,168,186); }

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