#CBBFC6

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

Shades of Maverick #CBBFC6

Tints of Maverick #CBBFC6

Color information

#CBBFC6 (or 0xCBBFC6) is unknown color: approx Maverick. HEX triplet: CB, BF and C6. RGB value is (203,191,198). Sum of RGB (Red+Green+Blue) = 203+191+198=592 (78% of max value = 765). Red value is 203 (79.69% from 255 or 34.29% from 592); Green value is 191 (75% from 255 or 32.26% from 592); Blue value is 198 (77.73% from 255 or 33.45% from 592); Max value from RGB is 203 - color contains mainly: red. Hex color #CBBFC6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBBFC6 is #344039. Grayscale: #C3C3C3. Windows color (decimal): -3424314 or 13025227. OLE color: 13025227.

HSL color Cylindrical-coordinate representation of color #CBBFC6: hue angle of 325º degrees, saturation: 0.1, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #CBBFC6 is Cyan = 0, Magento = 0.06, Yellow = 0.02 and Black (K on CMYK) = 0.20.

Color convert

RGB203191198-
CMYK00.060.020.20
HSL325º10.34%77.25%-
HSV(B)325º5.91%79.61%-
XYZ53.4554.0461.04-
YUV195.39129.48133.43-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 34.29%
GREEN value IS 191 (75% from 255) = 32.26%
BLUE value IS 198 (77.73% from 255) = 33.45%
R=34.29%
G=32.26%
B=33.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.02
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20319119800.060.020.2032510.3477.25
HexCBBFC606214145a4d
Octal3132773060622450512115
Binary1100101110111111110001100110101010010100010110101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBBFC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBBFC6; }

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

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

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

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

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

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

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

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