#CBA6BB

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

Shades of Maverick #CBA6BB

Tints of Maverick #CBA6BB

Color information

#CBA6BB (or 0xCBA6BB) is unknown color: approx Maverick. HEX triplet: CB, A6 and BB. RGB value is (203,166,187). Sum of RGB (Red+Green+Blue) = 203+166+187=556 (73% of max value = 765). Red value is 203 (79.69% from 255 or 36.51% from 556); Green value is 166 (65.23% from 255 or 29.86% from 556); Blue value is 187 (73.44% from 255 or 33.63% from 556); Max value from RGB is 203 - color contains mainly: red. Hex color #CBA6BB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CBA6BB is #345944. Grayscale: #B3B3B3. Windows color (decimal): -3430725 or 12297931. OLE color: 12297931.

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

Color convert

RGB203166187-
CMYK00.180.080.20
HSL325.95º26.24%72.35%-
HSV(B)325.95º18.23%79.61%-
XYZ47.2343.5652.93-
YUV179.46132.26144.79-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 36.51%
GREEN value IS 166 (65.23% from 255) = 29.86%
BLUE value IS 187 (73.44% from 255) = 33.63%
R=36.51%
G=29.86%
B=33.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.08
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20316618700.180.080.20325.9526.2472.35
HexCBA6BB0128141461a48
Octal313246273022102450632110
Binary110010111010011010111011010010100010100101000110110101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBA6BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBA6BB; }

 p { color: rgb(203,166,187); }

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

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

 a { background-color: rgb(203,166,187); }

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

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

 span { border-color: rgb(203,166,187); }

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