#CDCABB

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

Shades of Quill Grey #CDCABB

Tints of Quill Grey #CDCABB

Color information

#CDCABB (or 0xCDCABB) is unknown color: approx Quill Grey. HEX triplet: CD, CA and BB. RGB value is (205,202,187). Sum of RGB (Red+Green+Blue) = 205+202+187=594 (78% of max value = 765). Red value is 205 (80.47% from 255 or 34.51% from 594); Green value is 202 (79.30% from 255 or 34.01% from 594); Blue value is 187 (73.44% from 255 or 31.48% from 594); Max value from RGB is 205 - color contains mainly: red. Hex color #CDCABB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CDCABB is #323544. Grayscale: #C9C9C9. Windows color (decimal): -3290437 or 12307149. OLE color: 12307149.

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

Color convert

RGB205202187-
CMYK00.010.090.20
HSL50º15.25%76.86%-
HSV(B)50º8.78%80.39%-
XYZ55.2758.8155.45-
YUV201.19119.99130.72-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 34.51%
GREEN value IS 202 (79.30% from 255) = 34.01%
BLUE value IS 187 (73.44% from 255) = 31.48%
R=34.51%
G=34.01%
B=31.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.09
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20520218700.010.090.205015.2576.86
HexCDCABB0191432f4d
Octal3153122730111246217115
Binary1100110111001010101110110110011010011001011111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDCABB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDCABB; }

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

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

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

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

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

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

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

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