#CFCBBB

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

Shades of Quill Grey #CFCBBB

Tints of Quill Grey #CFCBBB

Color information

#CFCBBB (or 0xCFCBBB) is unknown color: approx Quill Grey. HEX triplet: CF, CB and BB. RGB value is (207,203,187). Sum of RGB (Red+Green+Blue) = 207+203+187=597 (79% of max value = 765). Red value is 207 (81.25% from 255 or 34.67% from 597); Green value is 203 (79.69% from 255 or 34.00% from 597); Blue value is 187 (73.44% from 255 or 31.32% from 597); Max value from RGB is 207 - color contains mainly: red. Hex color #CFCBBB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFCBBB is #303444. Grayscale: #CACACA. Windows color (decimal): -3159109 or 12307407. OLE color: 12307407.

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

Color convert

RGB207203187-
CMYK00.020.100.19
HSL48º17.24%77.25%-
HSV(B)48º9.66%81.18%-
XYZ56.0659.5755.56-
YUV202.37119.33131.3-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 34.67%
GREEN value IS 203 (79.69% from 255) = 34.00%
BLUE value IS 187 (73.44% from 255) = 31.32%
R=34.67%
G=34.00%
B=31.32%

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
Decimal20720318700.020.100.194817.2477.25
HexCFCBBB02A1330114d
Octal3173132730212236021115
Binary110011111100101110111011010101010011110000100011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFCBBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFCBBB; }

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

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

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

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

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

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

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

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