#CBA8BF

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

Shades of Maverick #CBA8BF

Tints of Maverick #CBA8BF

Color information

#CBA8BF (or 0xCBA8BF) is unknown color: approx Maverick. HEX triplet: CB, A8 and BF. RGB value is (203,168,191). Sum of RGB (Red+Green+Blue) = 203+168+191=562 (74% of max value = 765). Red value is 203 (79.69% from 255 or 36.12% from 562); Green value is 168 (66.02% from 255 or 29.89% from 562); Blue value is 191 (75% from 255 or 33.99% from 562); Max value from RGB is 203 - color contains mainly: red. Hex color #CBA8BF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CBA8BF is #345740. Grayscale: #B5B5B5. Windows color (decimal): -3430209 or 12560587. OLE color: 12560587.

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

Color convert

RGB203168191-
CMYK00.170.060.20
HSL320.57º25.18%72.75%-
HSV(B)320.57º17.24%79.61%-
XYZ48.0444.4655.34-
YUV181.09133.6143.63-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 36.12%
GREEN value IS 168 (66.02% from 255) = 29.89%
BLUE value IS 191 (75% from 255) = 33.99%
R=36.12%
G=29.89%
B=33.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.06
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20316819100.170.060.20320.5725.1872.75
HexCBA8BF0116141411949
Octal31325027702162450131111
Binary11001011101010001011111101000111010100101000001110011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBA8BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBA8BF; }

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

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

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

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

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

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

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

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