#C6C1BB

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

Shades of Stark White #C6C1BB

Tints of Stark White #C6C1BB

Color information

#C6C1BB (or 0xC6C1BB) is unknown color: approx Stark White. HEX triplet: C6, C1 and BB. RGB value is (198,193,187). Sum of RGB (Red+Green+Blue) = 198+193+187=578 (76% of max value = 765). Red value is 198 (77.73% from 255 or 34.26% from 578); Green value is 193 (75.78% from 255 or 33.39% from 578); Blue value is 187 (73.44% from 255 or 32.35% from 578); Max value from RGB is 198 - color contains mainly: red. Hex color #C6C1BB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C6C1BB is #393E44. Grayscale: #C1C1C1. Windows color (decimal): -3751493 or 12304838. OLE color: 12304838.

HSL color Cylindrical-coordinate representation of color #C6C1BB: hue angle of 32.73º degrees, saturation: 0.09, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #C6C1BB is Cyan = 0, Magento = 0.03, Yellow = 0.06 and Black (K on CMYK) = 0.22.

Color convert

RGB198193187-
CMYK00.030.060.22
HSL32.73º8.8%75.49%-
HSV(B)32.73º5.56%77.65%-
XYZ51.3353.7354.68-
YUV193.81124.16130.99-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 34.26%
GREEN value IS 193 (75.78% from 255) = 33.39%
BLUE value IS 187 (73.44% from 255) = 32.35%
R=34.26%
G=33.39%
B=32.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.06
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19819318700.030.060.2232.738.875.49
HexC6C1BB036162194b
Octal306301273036264111113
Binary1100011011000001101110110111101011010000110011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6C1BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6C1BB; }

 p { color: rgb(198,193,187); }

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

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

 a { background-color: rgb(198,193,187); }

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

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

 span { border-color: rgb(198,193,187); }

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