#CFCCBB

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

Shades of Quill Grey #CFCCBB

Tints of Quill Grey #CFCCBB

Color information

#CFCCBB (or 0xCFCCBB) is unknown color: approx Quill Grey. HEX triplet: CF, CC and BB. RGB value is (207,204,187). Sum of RGB (Red+Green+Blue) = 207+204+187=598 (79% of max value = 765). Red value is 207 (81.25% from 255 or 34.62% from 598); Green value is 204 (80.08% from 255 or 34.11% from 598); Blue value is 187 (73.44% from 255 or 31.27% from 598); Max value from RGB is 207 - color contains mainly: red. Hex color #CFCCBB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFCCBB is #303344. Grayscale: #CBCBCB. Windows color (decimal): -3158853 or 12307663. OLE color: 12307663.

HSL color Cylindrical-coordinate representation of color #CFCCBB: hue angle of 51º degrees, saturation: 0.17, 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 #CFCCBB is Cyan = 0, Magento = 0.01, Yellow = 0.10 and Black (K on CMYK) = 0.19.

Color convert

RGB207204187-
CMYK00.010.100.19
HSL51º17.24%77.25%-
HSV(B)51º9.66%81.18%-
XYZ56.2960.0455.64-
YUV202.96118.99130.88-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 34.62%
GREEN value IS 204 (80.08% from 255) = 34.11%
BLUE value IS 187 (73.44% from 255) = 31.27%
R=34.62%
G=34.11%
B=31.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.10
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20720418700.010.100.195117.2477.25
HexCFCCBB01A1333114d
Octal3173142730112236321115
Binary11001111110011001011101101101010011110011100011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFCCBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFCCBB; }

 p { color: rgb(207,204,187); }

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

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

 a { background-color: rgb(207,204,187); }

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

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

 span { border-color: rgb(207,204,187); }

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