#CAC6BC

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

Shades of Quill Grey #CAC6BC

Tints of Quill Grey #CAC6BC

Color information

#CAC6BC (or 0xCAC6BC) is unknown color: approx Quill Grey. HEX triplet: CA, C6 and BC. RGB value is (202,198,188). Sum of RGB (Red+Green+Blue) = 202+198+188=588 (77% of max value = 765). Red value is 202 (79.30% from 255 or 34.35% from 588); Green value is 198 (77.73% from 255 or 33.67% from 588); Blue value is 188 (73.83% from 255 or 31.97% from 588); Max value from RGB is 202 - color contains mainly: red. Hex color #CAC6BC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CAC6BC is #353943. Grayscale: #C6C6C6. Windows color (decimal): -3488068 or 12371658. OLE color: 12371658.

HSL color Cylindrical-coordinate representation of color #CAC6BC: hue angle of 42.86º degrees, saturation: 0.12, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #CAC6BC is Cyan = 0, Magento = 0.02, Yellow = 0.07 and Black (K on CMYK) = 0.21.

Color convert

RGB202198188-
CMYK00.020.070.21
HSL42.86º11.67%76.47%-
HSV(B)42.86º6.93%79.22%-
XYZ53.6356.5855.67-
YUV198.06122.33130.81-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 34.35%
GREEN value IS 198 (77.73% from 255) = 33.67%
BLUE value IS 188 (73.83% from 255) = 31.97%
R=34.35%
G=33.67%
B=31.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.07
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20219818800.020.070.2142.8611.6776.47
HexCAC6BC027152bc4c
Octal312306274027255314114
Binary1100101011000110101111000101111010110101111001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAC6BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAC6BC; }

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

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

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

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

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

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

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

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