#CFCCC0

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

Shades of Quill Grey #CFCCC0

Tints of Quill Grey #CFCCC0

Color information

#CFCCC0 (or 0xCFCCC0) is unknown color: approx Quill Grey. HEX triplet: CF, CC and C0. RGB value is (207,204,192). Sum of RGB (Red+Green+Blue) = 207+204+192=603 (79% of max value = 765). Red value is 207 (81.25% from 255 or 34.33% from 603); Green value is 204 (80.08% from 255 or 33.83% from 603); Blue value is 192 (75.39% from 255 or 31.84% from 603); Max value from RGB is 207 - color contains mainly: red. Hex color #CFCCC0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFCCC0 is #30333F. Grayscale: #CBCBCB. Windows color (decimal): -3158848 or 12635343. OLE color: 12635343.

HSL color Cylindrical-coordinate representation of color #CFCCC0: hue angle of 48º degrees, saturation: 0.14, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #CFCCC0 is Cyan = 0, Magento = 0.01, Yellow = 0.07 and Black (K on CMYK) = 0.19.

Color convert

RGB207204192-
CMYK00.010.070.19
HSL48º13.51%78.24%-
HSV(B)48º7.25%81.18%-
XYZ56.8460.2658.5-
YUV203.53121.49130.48-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 34.33%
GREEN value IS 204 (80.08% from 255) = 33.83%
BLUE value IS 192 (75.39% from 255) = 31.84%
R=34.33%
G=33.83%
B=31.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.07
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20720419200.010.070.194813.5178.24
HexCFCCC00171330e4e
Octal317314300017236016116
Binary110011111100110011000000011111001111000011101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFCCC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFCCC0; }

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

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

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

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

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

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

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

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