#CFCBBA

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

Shades of Quill Grey #CFCBBA

Tints of Quill Grey #CFCBBA

Color information

#CFCBBA (or 0xCFCBBA) is unknown color: approx Quill Grey. HEX triplet: CF, CB and BA. RGB value is (207,203,186). Sum of RGB (Red+Green+Blue) = 207+203+186=596 (78% of max value = 765). Red value is 207 (81.25% from 255 or 34.73% from 596); Green value is 203 (79.69% from 255 or 34.06% from 596); Blue value is 186 (73.05% from 255 or 31.21% from 596); Max value from RGB is 207 - color contains mainly: red. Hex color #CFCBBA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFCBBA is #303445. Grayscale: #CACACA. Windows color (decimal): -3159110 or 12241871. OLE color: 12241871.

HSL color Cylindrical-coordinate representation of color #CFCBBA: hue angle of 48.57º degrees, saturation: 0.18, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #CFCBBA is Cyan = 0, Magento = 0.02, Yellow = 0.10 and Black (K on CMYK) = 0.19.

Color convert

RGB207203186-
CMYK00.020.100.19
HSL48.57º17.95%77.06%-
HSV(B)48.57º10.14%81.18%-
XYZ55.9559.5254.99-
YUV202.26118.83131.38-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 34.73%
GREEN value IS 203 (79.69% from 255) = 34.06%
BLUE value IS 186 (73.05% from 255) = 31.21%
R=34.73%
G=34.06%
B=31.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.10
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20720318600.020.100.1948.5717.9577.06
HexCFCBBA02A1331124d
Octal3173132720212236122115
Binary110011111100101110111010010101010011110001100101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFCBBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFCBBA; }

 p { color: rgb(207,203,186); }

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

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

 a { background-color: rgb(207,203,186); }

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

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

 span { border-color: rgb(207,203,186); }

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