#CBC6BB

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

Shades of Quill Grey #CBC6BB

Tints of Quill Grey #CBC6BB

Color information

#CBC6BB (or 0xCBC6BB) is unknown color: approx Quill Grey. HEX triplet: CB, C6 and BB. RGB value is (203,198,187). Sum of RGB (Red+Green+Blue) = 203+198+187=588 (77% of max value = 765). Red value is 203 (79.69% from 255 or 34.52% from 588); Green value is 198 (77.73% from 255 or 33.67% from 588); Blue value is 187 (73.44% from 255 or 31.80% from 588); Max value from RGB is 203 - color contains mainly: red. Hex color #CBC6BB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBC6BB is #343944. Grayscale: #C6C6C6. Windows color (decimal): -3422533 or 12306123. OLE color: 12306123.

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

Color convert

RGB203198187-
CMYK00.020.080.20
HSL41.25º13.33%76.47%-
HSV(B)41.25º7.88%79.61%-
XYZ53.7956.6755.12-
YUV198.24121.66131.39-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 34.52%
GREEN value IS 198 (77.73% from 255) = 33.67%
BLUE value IS 187 (73.44% from 255) = 31.80%
R=34.52%
G=33.67%
B=31.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.08
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20319818700.020.080.2041.2513.3376.47
HexCBC6BB0281429d4c
Octal3133062730210245115114
Binary11001011110001101011101101010001010010100111011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBC6BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBC6BB; }

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

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

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

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

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

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

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

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