#CAC9BE

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

Shades of Quill Grey #CAC9BE

Tints of Quill Grey #CAC9BE

Color information

#CAC9BE (or 0xCAC9BE) is unknown color: approx Quill Grey. HEX triplet: CA, C9 and BE. RGB value is (202,201,190). Sum of RGB (Red+Green+Blue) = 202+201+190=593 (78% of max value = 765). Red value is 202 (79.30% from 255 or 34.06% from 593); Green value is 201 (78.91% from 255 or 33.90% from 593); Blue value is 190 (74.61% from 255 or 32.04% from 593); Max value from RGB is 202 - color contains mainly: red. Hex color #CAC9BE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CAC9BE is #353641. Grayscale: #C8C8C8. Windows color (decimal): -3487298 or 12503498. OLE color: 12503498.

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

Color convert

RGB202201190-
CMYK00.000.060.21
HSL55º10.17%76.86%-
HSV(B)55º5.94%79.22%-
XYZ54.5458.0557.05-
YUV200.04122.33129.39-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 34.06%
GREEN value IS 201 (78.91% from 255) = 33.90%
BLUE value IS 190 (74.61% from 255) = 32.04%
R=34.06%
G=33.90%
B=32.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.00
Y (Yellow) values IS 0.06
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20220119000.000.060.215510.1776.86
HexCAC9BE0061537a4d
Octal312311276006256712115
Binary110010101100100110111110001101010111011110101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAC9BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAC9BE; }

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

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

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

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

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

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

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

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