#CBA8BE

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

Shades of Maverick #CBA8BE

Tints of Maverick #CBA8BE

Color information

#CBA8BE (or 0xCBA8BE) is unknown color: approx Maverick. HEX triplet: CB, A8 and BE. RGB value is (203,168,190). Sum of RGB (Red+Green+Blue) = 203+168+190=561 (74% of max value = 765). Red value is 203 (79.69% from 255 or 36.19% from 561); Green value is 168 (66.02% from 255 or 29.95% from 561); Blue value is 190 (74.61% from 255 or 33.87% from 561); Max value from RGB is 203 - color contains mainly: red. Hex color #CBA8BE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CBA8BE is #345741. Grayscale: #B4B4B4. Windows color (decimal): -3430210 or 12495051. OLE color: 12495051.

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

Color convert

RGB203168190-
CMYK00.170.060.20
HSL322.29º25.18%72.75%-
HSV(B)322.29º17.24%79.61%-
XYZ47.9344.4254.76-
YUV180.97133.1143.71-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 36.19%
GREEN value IS 168 (66.02% from 255) = 29.95%
BLUE value IS 190 (74.61% from 255) = 33.87%
R=36.19%
G=29.95%
B=33.87%

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
Decimal20316819000.170.060.20322.2925.1872.75
HexCBA8BE0116141421949
Octal31325027602162450231111
Binary11001011101010001011111001000111010100101000010110011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBA8BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBA8BE; }

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

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

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

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

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

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

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

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