#CDCAC0

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

Shades of Quill Grey #CDCAC0

Tints of Quill Grey #CDCAC0

Color information

#CDCAC0 (or 0xCDCAC0) is unknown color: approx Quill Grey. HEX triplet: CD, CA and C0. RGB value is (205,202,192). Sum of RGB (Red+Green+Blue) = 205+202+192=599 (79% of max value = 765). Red value is 205 (80.47% from 255 or 34.22% from 599); Green value is 202 (79.30% from 255 or 33.72% from 599); Blue value is 192 (75.39% from 255 or 32.05% from 599); Max value from RGB is 205 - color contains mainly: red. Hex color #CDCAC0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CDCAC0 is #32353F. Grayscale: #C9C9C9. Windows color (decimal): -3290432 or 12634829. OLE color: 12634829.

HSL color Cylindrical-coordinate representation of color #CDCAC0: hue angle of 46.15º degrees, saturation: 0.12, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #CDCAC0 is Cyan = 0, Magento = 0.01, Yellow = 0.06 and Black (K on CMYK) = 0.20.

Color convert

RGB205202192-
CMYK00.010.060.20
HSL46.15º11.5%77.84%-
HSV(B)46.15º6.34%80.39%-
XYZ55.8159.0358.32-
YUV201.76122.49130.31-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 34.22%
GREEN value IS 202 (79.30% from 255) = 33.72%
BLUE value IS 192 (75.39% from 255) = 32.05%
R=34.22%
G=33.72%
B=32.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.06
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20520219200.010.060.2046.1511.577.84
HexCDCAC0016142ec4e
Octal315312300016245614116
Binary110011011100101011000000011101010010111011001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDCAC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDCAC0; }

 p { color: rgb(205,202,192); }

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

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

 a { background-color: rgb(205,202,192); }

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

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

 span { border-color: rgb(205,202,192); }

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