#CAC6BE

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

Shades of Quill Grey #CAC6BE

Tints of Quill Grey #CAC6BE

Color information

#CAC6BE (or 0xCAC6BE) is unknown color: approx Quill Grey. HEX triplet: CA, C6 and BE. RGB value is (202,198,190). Sum of RGB (Red+Green+Blue) = 202+198+190=590 (78% of max value = 765). Red value is 202 (79.30% from 255 or 34.24% from 590); Green value is 198 (77.73% from 255 or 33.56% from 590); Blue value is 190 (74.61% from 255 or 32.20% from 590); Max value from RGB is 202 - color contains mainly: red. Hex color #CAC6BE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CAC6BE is #353941. Grayscale: #C6C6C6. Windows color (decimal): -3488066 or 12502730. OLE color: 12502730.

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

Color convert

RGB202198190-
CMYK00.020.060.21
HSL40º10.17%76.86%-
HSV(B)40º5.94%79.22%-
XYZ53.8556.6656.81-
YUV198.28123.33130.65-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 34.24%
GREEN value IS 198 (77.73% from 255) = 33.56%
BLUE value IS 190 (74.61% from 255) = 32.20%
R=34.24%
G=33.56%
B=32.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.06
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20219819000.020.060.214010.1776.86
HexCAC6BE0261528a4d
Octal312306276026255012115
Binary1100101011000110101111100101101010110100010101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAC6BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAC6BE; }

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

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

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

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

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

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

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

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