#CBBEC9

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

Shades of Maverick #CBBEC9

Tints of Maverick #CBBEC9

Color information

#CBBEC9 (or 0xCBBEC9) is unknown color: approx Maverick. HEX triplet: CB, BE and C9. RGB value is (203,190,201). Sum of RGB (Red+Green+Blue) = 203+190+201=594 (78% of max value = 765). Red value is 203 (79.69% from 255 or 34.18% from 594); Green value is 190 (74.61% from 255 or 31.99% from 594); Blue value is 201 (78.91% from 255 or 33.84% from 594); Max value from RGB is 203 - color contains mainly: red. Hex color #CBBEC9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBBEC9 is #344136. Grayscale: #C3C3C3. Windows color (decimal): -3424567 or 13221579. OLE color: 13221579.

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

Color convert

RGB203190201-
CMYK00.060.010.20
HSL309.23º11.11%77.06%-
HSV(B)309.23º6.4%79.61%-
XYZ53.5853.7462.81-
YUV195.14131.31133.61-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 34.18%
GREEN value IS 190 (74.61% from 255) = 31.99%
BLUE value IS 201 (78.91% from 255) = 33.84%
R=34.18%
G=31.99%
B=33.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.01
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20319020100.060.010.20309.2311.1177.06
HexCBBEC906114135b4d
Octal3132763110612446513115
Binary110010111011111011001001011011010010011010110111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBBEC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBBEC9; }

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

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

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

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

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

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

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

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