#CBA6BF

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

Shades of Maverick #CBA6BF

Tints of Maverick #CBA6BF

Color information

#CBA6BF (or 0xCBA6BF) is unknown color: approx Maverick. HEX triplet: CB, A6 and BF. RGB value is (203,166,191). Sum of RGB (Red+Green+Blue) = 203+166+191=560 (74% of max value = 765). Red value is 203 (79.69% from 255 or 36.25% from 560); Green value is 166 (65.23% from 255 or 29.64% from 560); Blue value is 191 (75% from 255 or 34.11% from 560); Max value from RGB is 203 - color contains mainly: red. Hex color #CBA6BF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CBA6BF is #345940. Grayscale: #B3B3B3. Windows color (decimal): -3430721 or 12560075. OLE color: 12560075.

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

Color convert

RGB203166191-
CMYK00.180.060.20
HSL319.46º26.24%72.35%-
HSV(B)319.46º18.23%79.61%-
XYZ47.6743.7355.22-
YUV179.91134.26144.47-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 36.25%
GREEN value IS 166 (65.23% from 255) = 29.64%
BLUE value IS 191 (75% from 255) = 34.11%
R=36.25%
G=29.64%
B=34.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.06
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20316619100.180.060.20319.4626.2472.35
HexCBA6BF01261413f1a48
Octal31324627702262447732110
Binary11001011101001101011111101001011010100100111111110101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBA6BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBA6BF; }

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

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

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

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

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

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

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

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