#CCC7BA

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

Shades of Quill Grey #CCC7BA

Tints of Quill Grey #CCC7BA

Color information

#CCC7BA (or 0xCCC7BA) is unknown color: approx Quill Grey. HEX triplet: CC, C7 and BA. RGB value is (204,199,186). Sum of RGB (Red+Green+Blue) = 204+199+186=589 (78% of max value = 765). Red value is 204 (80.08% from 255 or 34.63% from 589); Green value is 199 (78.12% from 255 or 33.79% from 589); Blue value is 186 (73.05% from 255 or 31.58% from 589); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC7BA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCC7BA is #333845. Grayscale: #C7C7C7. Windows color (decimal): -3356742 or 12240844. OLE color: 12240844.

HSL color Cylindrical-coordinate representation of color #CCC7BA: hue angle of 43.33º degrees, saturation: 0.15, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #CCC7BA is Cyan = 0, Magento = 0.02, Yellow = 0.09 and Black (K on CMYK) = 0.2.

Color convert

RGB204199186-
CMYK00.020.090.2
HSL43.33º15%76.47%-
HSV(B)43.33º8.82%80%-
XYZ54.1957.2354.64-
YUV199.01120.66131.56-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 34.63%
GREEN value IS 199 (78.12% from 255) = 33.79%
BLUE value IS 186 (73.05% from 255) = 31.58%
R=34.63%
G=33.79%
B=31.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.09
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20419918600.020.090.243.331576.47
HexCCC7BA029142bf4c
Octal3143072720211245317114
Binary11001100110001111011101001010011010010101111111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCC7BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCC7BA; }

 p { color: rgb(204,199,186); }

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

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

 a { background-color: rgb(204,199,186); }

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

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

 span { border-color: rgb(204,199,186); }

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