#CFCABB

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

Shades of Quill Grey #CFCABB

Tints of Quill Grey #CFCABB

Color information

#CFCABB (or 0xCFCABB) is unknown color: approx Quill Grey. HEX triplet: CF, CA and BB. RGB value is (207,202,187). Sum of RGB (Red+Green+Blue) = 207+202+187=596 (78% of max value = 765). Red value is 207 (81.25% from 255 or 34.73% from 596); Green value is 202 (79.30% from 255 or 33.89% from 596); Blue value is 187 (73.44% from 255 or 31.38% from 596); Max value from RGB is 207 - color contains mainly: red. Hex color #CFCABB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFCABB is #303544. Grayscale: #C9C9C9. Windows color (decimal): -3159365 or 12307151. OLE color: 12307151.

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

Color convert

RGB207202187-
CMYK00.020.100.19
HSL45º17.24%77.25%-
HSV(B)45º9.66%81.18%-
XYZ55.8259.0955.48-
YUV201.78119.66131.72-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 34.73%
GREEN value IS 202 (79.30% from 255) = 33.89%
BLUE value IS 187 (73.44% from 255) = 31.38%
R=34.73%
G=33.89%
B=31.38%

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
Decimal20720218700.020.100.194517.2477.25
HexCFCABB02A132d114d
Octal3173122730212235521115
Binary110011111100101010111011010101010011101101100011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFCABB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFCABB; }

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

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

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

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

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

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

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

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