#CAC8BE

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

Shades of Quill Grey #CAC8BE

Tints of Quill Grey #CAC8BE

Color information

#CAC8BE (or 0xCAC8BE) is unknown color: approx Quill Grey. HEX triplet: CA, C8 and BE. RGB value is (202,200,190). Sum of RGB (Red+Green+Blue) = 202+200+190=592 (78% of max value = 765). Red value is 202 (79.30% from 255 or 34.12% from 592); Green value is 200 (78.52% from 255 or 33.78% from 592); Blue value is 190 (74.61% from 255 or 32.09% from 592); Max value from RGB is 202 - color contains mainly: red. Hex color #CAC8BE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CAC8BE is #353741. Grayscale: #C7C7C7. Windows color (decimal): -3487554 or 12503242. OLE color: 12503242.

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

Color convert

RGB202200190-
CMYK00.010.060.21
HSL50º10.17%76.86%-
HSV(B)50º5.94%79.22%-
XYZ54.3157.5856.97-
YUV199.46122.66129.81-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 34.12%
GREEN value IS 200 (78.52% from 255) = 33.78%
BLUE value IS 190 (74.61% from 255) = 32.09%
R=34.12%
G=33.78%
B=32.09%

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
Decimal20220019000.010.060.215010.1776.86
HexCAC8BE0161532a4d
Octal312310276016256212115
Binary110010101100100010111110011101010111001010101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAC8BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAC8BE; }

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

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

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

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

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

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

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

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