#CBADBA

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

Shades of Maverick #CBADBA

Tints of Maverick #CBADBA

Color information

#CBADBA (or 0xCBADBA) is unknown color: approx Maverick. HEX triplet: CB, AD and BA. RGB value is (203,173,186). Sum of RGB (Red+Green+Blue) = 203+173+186=562 (74% of max value = 765). Red value is 203 (79.69% from 255 or 36.12% from 562); Green value is 173 (67.97% from 255 or 30.78% from 562); Blue value is 186 (73.05% from 255 or 33.10% from 562); Max value from RGB is 203 - color contains mainly: red. Hex color #CBADBA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CBADBA is #345245. Grayscale: #B7B7B7. Windows color (decimal): -3428934 or 12234187. OLE color: 12234187.

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

Color convert

RGB203173186-
CMYK00.150.080.20
HSL334º22.39%73.73%-
HSV(B)334º14.78%79.61%-
XYZ48.4446.1352.81-
YUV183.45129.44141.94-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 36.12%
GREEN value IS 173 (67.97% from 255) = 30.78%
BLUE value IS 186 (73.05% from 255) = 33.10%
R=36.12%
G=30.78%
B=33.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.08
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20317318600.150.080.2033422.3973.73
HexCBADBA0F81414e164a
Octal313255272017102451626112
Binary11001011101011011011101001111100010100101001110101101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBADBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBADBA; }

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

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

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

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

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

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

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

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