#CBBDC6

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

Shades of Maverick #CBBDC6

Tints of Maverick #CBBDC6

Color information

#CBBDC6 (or 0xCBBDC6) is unknown color: approx Maverick. HEX triplet: CB, BD and C6. RGB value is (203,189,198). Sum of RGB (Red+Green+Blue) = 203+189+198=590 (78% of max value = 765). Red value is 203 (79.69% from 255 or 34.41% from 590); Green value is 189 (74.22% from 255 or 32.03% from 590); Blue value is 198 (77.73% from 255 or 33.56% from 590); Max value from RGB is 203 - color contains mainly: red. Hex color #CBBDC6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBBDC6 is #344239. Grayscale: #C2C2C2. Windows color (decimal): -3424826 or 13024715. OLE color: 13024715.

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

Color convert

RGB203189198-
CMYK00.070.020.20
HSL321.43º11.86%76.86%-
HSV(B)321.43º6.9%79.61%-
XYZ53.0253.1760.89-
YUV194.21130.14134.27-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 34.41%
GREEN value IS 189 (74.22% from 255) = 32.03%
BLUE value IS 198 (77.73% from 255) = 33.56%
R=34.41%
G=32.03%
B=33.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.02
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20318919800.070.020.20321.4311.8676.86
HexCBBDC607214141c4d
Octal3132753060722450114115
Binary1100101110111101110001100111101010010100000111001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBBDC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBBDC6; }

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

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

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

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

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

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

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

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