#CAC8BD

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

Shades of Quill Grey #CAC8BD

Tints of Quill Grey #CAC8BD

Color information

#CAC8BD (or 0xCAC8BD) is unknown color: approx Quill Grey. HEX triplet: CA, C8 and BD. RGB value is (202,200,189). Sum of RGB (Red+Green+Blue) = 202+200+189=591 (78% of max value = 765). Red value is 202 (79.30% from 255 or 34.18% from 591); Green value is 200 (78.52% from 255 or 33.84% from 591); Blue value is 189 (74.22% from 255 or 31.98% from 591); Max value from RGB is 202 - color contains mainly: red. Hex color #CAC8BD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CAC8BD is #353742. Grayscale: #C7C7C7. Windows color (decimal): -3487555 or 12437706. OLE color: 12437706.

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

Color convert

RGB202200189-
CMYK00.010.060.21
HSL50.77º10.92%76.67%-
HSV(B)50.77º6.44%79.22%-
XYZ54.257.5456.39-
YUV199.34122.16129.89-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 34.18%
GREEN value IS 200 (78.52% from 255) = 33.84%
BLUE value IS 189 (74.22% from 255) = 31.98%
R=34.18%
G=33.84%
B=31.98%

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
Decimal20220018900.010.060.2150.7710.9276.67
HexCAC8BD0161533b4d
Octal312310275016256313115
Binary110010101100100010111101011101010111001110111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAC8BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAC8BD; }

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

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

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

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

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

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

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

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