#CBC8BF

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

Shades of Quill Grey #CBC8BF

Tints of Quill Grey #CBC8BF

Color information

#CBC8BF (or 0xCBC8BF) is unknown color: approx Quill Grey. HEX triplet: CB, C8 and BF. RGB value is (203,200,191). Sum of RGB (Red+Green+Blue) = 203+200+191=594 (78% of max value = 765). Red value is 203 (79.69% from 255 or 34.18% from 594); Green value is 200 (78.52% from 255 or 33.67% from 594); Blue value is 191 (75% from 255 or 32.15% from 594); Max value from RGB is 203 - color contains mainly: red. Hex color #CBC8BF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBC8BF is #343740. Grayscale: #C7C7C7. Windows color (decimal): -3422017 or 12568779. OLE color: 12568779.

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

Color convert

RGB203200191-
CMYK00.010.060.20
HSL45º10.34%77.25%-
HSV(B)45º5.91%79.61%-
XYZ54.6957.7757.56-
YUV199.87122.99130.23-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 34.18%
GREEN value IS 200 (78.52% from 255) = 33.67%
BLUE value IS 191 (75% from 255) = 32.15%
R=34.18%
G=33.67%
B=32.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.06
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20320019100.010.060.204510.3477.25
HexCBC8BF016142da4d
Octal313310277016245512115
Binary110010111100100010111111011101010010110110101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBC8BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBC8BF; }

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

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

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

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

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

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

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

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