#CAC7BE

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

Shades of Quill Grey #CAC7BE

Tints of Quill Grey #CAC7BE

Color information

#CAC7BE (or 0xCAC7BE) is unknown color: approx Quill Grey. HEX triplet: CA, C7 and BE. RGB value is (202,199,190). Sum of RGB (Red+Green+Blue) = 202+199+190=591 (78% of max value = 765). Red value is 202 (79.30% from 255 or 34.18% from 591); Green value is 199 (78.12% from 255 or 33.67% from 591); Blue value is 190 (74.61% from 255 or 32.15% from 591); Max value from RGB is 202 - color contains mainly: red. Hex color #CAC7BE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CAC7BE is #353841. Grayscale: #C6C6C6. Windows color (decimal): -3487810 or 12502986. OLE color: 12502986.

HSL color Cylindrical-coordinate representation of color #CAC7BE: hue angle of 45º degrees, saturation: 0.1, 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 #CAC7BE is Cyan = 0, Magento = 0.01, Yellow = 0.06 and Black (K on CMYK) = 0.21.

Color convert

RGB202199190-
CMYK00.010.060.21
HSL45º10.17%76.86%-
HSV(B)45º5.94%79.22%-
XYZ54.0757.1256.89-
YUV198.87122.99130.23-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 34.18%
GREEN value IS 199 (78.12% from 255) = 33.67%
BLUE value IS 190 (74.61% from 255) = 32.15%
R=34.18%
G=33.67%
B=32.15%

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
Decimal20219919000.010.060.214510.1776.86
HexCAC7BE016152da4d
Octal312307276016255512115
Binary110010101100011110111110011101010110110110101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAC7BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAC7BE; }

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

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

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

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

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

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

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

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