#CBBEC5

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

Shades of Maverick #CBBEC5

Tints of Maverick #CBBEC5

Color information

#CBBEC5 (or 0xCBBEC5) is unknown color: approx Maverick. HEX triplet: CB, BE and C5. RGB value is (203,190,197). Sum of RGB (Red+Green+Blue) = 203+190+197=590 (78% of max value = 765). Red value is 203 (79.69% from 255 or 34.41% from 590); Green value is 190 (74.61% from 255 or 32.20% from 590); Blue value is 197 (77.34% from 255 or 33.39% from 590); Max value from RGB is 203 - color contains mainly: red. Hex color #CBBEC5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBBEC5 is #34413A. Grayscale: #C2C2C2. Windows color (decimal): -3424571 or 12959435. OLE color: 12959435.

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

Color convert

RGB203190197-
CMYK00.060.030.20
HSL327.69º11.11%77.06%-
HSV(B)327.69º6.4%79.61%-
XYZ53.1253.5560.36-
YUV194.68129.31133.93-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 34.41%
GREEN value IS 190 (74.61% from 255) = 32.20%
BLUE value IS 197 (77.34% from 255) = 33.39%
R=34.41%
G=32.20%
B=33.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.03
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20319019700.060.030.20327.6911.1177.06
HexCBBEC506314148b4d
Octal3132763050632451013115
Binary1100101110111110110001010110111010010100100010111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBBEC5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBBEC5; }

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

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

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

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

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

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

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

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