#CBBEC8

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

Shades of Maverick #CBBEC8

Tints of Maverick #CBBEC8

Color information

#CBBEC8 (or 0xCBBEC8) is unknown color: approx Maverick. HEX triplet: CB, BE and C8. RGB value is (203,190,200). Sum of RGB (Red+Green+Blue) = 203+190+200=593 (78% of max value = 765). Red value is 203 (79.69% from 255 or 34.23% from 593); Green value is 190 (74.61% from 255 or 32.04% from 593); Blue value is 200 (78.52% from 255 or 33.73% from 593); Max value from RGB is 203 - color contains mainly: red. Hex color #CBBEC8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBBEC8 is #344137. Grayscale: #C3C3C3. Windows color (decimal): -3424568 or 13156043. OLE color: 13156043.

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

Color convert

RGB203190200-
CMYK00.060.010.20
HSL313.85º11.11%77.06%-
HSV(B)313.85º6.4%79.61%-
XYZ53.4753.6962.19-
YUV195.03130.81133.69-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 34.23%
GREEN value IS 190 (74.61% from 255) = 32.04%
BLUE value IS 200 (78.52% from 255) = 33.73%
R=34.23%
G=32.04%
B=33.73%

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
Decimal20319020000.060.010.20313.8511.1177.06
HexCBBEC80611413ab4d
Octal3132763100612447213115
Binary110010111011111011001000011011010010011101010111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBBEC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBBEC8; }

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

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

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

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

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

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

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

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