#CAC7BD

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

Shades of Quill Grey #CAC7BD

Tints of Quill Grey #CAC7BD

Color information

#CAC7BD (or 0xCAC7BD) is unknown color: approx Quill Grey. HEX triplet: CA, C7 and BD. RGB value is (202,199,189). Sum of RGB (Red+Green+Blue) = 202+199+189=590 (78% of max value = 765). Red value is 202 (79.30% from 255 or 34.24% from 590); Green value is 199 (78.12% from 255 or 33.73% from 590); Blue value is 189 (74.22% from 255 or 32.03% from 590); Max value from RGB is 202 - color contains mainly: red. Hex color #CAC7BD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CAC7BD is #353842. Grayscale: #C6C6C6. Windows color (decimal): -3487811 or 12437450. OLE color: 12437450.

HSL color Cylindrical-coordinate representation of color #CAC7BD: hue angle of 46.15º degrees, saturation: 0.11, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #CAC7BD is Cyan = 0, Magento = 0.01, Yellow = 0.06 and Black (K on CMYK) = 0.21.

Color convert

RGB202199189-
CMYK00.010.060.21
HSL46.15º10.92%76.67%-
HSV(B)46.15º6.44%79.22%-
XYZ53.9757.0856.32-
YUV198.76122.49130.31-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 34.24%
GREEN value IS 199 (78.12% from 255) = 33.73%
BLUE value IS 189 (74.22% from 255) = 32.03%
R=34.24%
G=33.73%
B=32.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.06
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20219918900.010.060.2146.1510.9276.67
HexCAC7BD016152eb4d
Octal312307275016255613115
Binary110010101100011110111101011101010110111010111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAC7BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAC7BD; }

 p { color: rgb(202,199,189); }

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

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

 a { background-color: rgb(202,199,189); }

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

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

 span { border-color: rgb(202,199,189); }

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