#CBBAC2

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

Shades of Maverick #CBBAC2

Tints of Maverick #CBBAC2

Color information

#CBBAC2 (or 0xCBBAC2) is unknown color: approx Maverick. HEX triplet: CB, BA and C2. RGB value is (203,186,194). Sum of RGB (Red+Green+Blue) = 203+186+194=583 (77% of max value = 765). Red value is 203 (79.69% from 255 or 34.82% from 583); Green value is 186 (73.05% from 255 or 31.90% from 583); Blue value is 194 (76.17% from 255 or 33.28% from 583); Max value from RGB is 203 - color contains mainly: red. Hex color #CBBAC2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBBAC2 is #34453D. Grayscale: #BFBFBF. Windows color (decimal): -3425598 or 12761803. OLE color: 12761803.

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

Color convert

RGB203186194-
CMYK00.080.040.20
HSL331.76º14.05%76.27%-
HSV(B)331.76º8.37%79.61%-
XYZ51.9351.7158.28-
YUV192129.13135.85-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 34.82%
GREEN value IS 186 (73.05% from 255) = 31.90%
BLUE value IS 194 (76.17% from 255) = 33.28%
R=34.82%
G=31.90%
B=33.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.04
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20318619400.080.040.20331.7614.0576.27
HexCBBAC20841414ce4c
Octal31327230201042451416114
Binary110010111011101011000010010001001010010100110011101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBBAC2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBBAC2; }

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

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

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

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

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

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

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

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