#CBC9BD

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

Shades of Quill Grey #CBC9BD

Tints of Quill Grey #CBC9BD

Color information

#CBC9BD (or 0xCBC9BD) is unknown color: approx Quill Grey. HEX triplet: CB, C9 and BD. RGB value is (203,201,189). Sum of RGB (Red+Green+Blue) = 203+201+189=593 (78% of max value = 765). Red value is 203 (79.69% from 255 or 34.23% from 593); Green value is 201 (78.91% from 255 or 33.90% from 593); Blue value is 189 (74.22% from 255 or 31.87% from 593); Max value from RGB is 203 - color contains mainly: red. Hex color #CBC9BD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBC9BD is #343642. Grayscale: #C8C8C8. Windows color (decimal): -3421763 or 12437963. OLE color: 12437963.

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

Color convert

RGB203201189-
CMYK00.010.070.20
HSL51.43º11.86%76.86%-
HSV(B)51.43º6.9%79.61%-
XYZ54.758.1456.48-
YUV200.23121.66129.98-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 34.23%
GREEN value IS 201 (78.91% from 255) = 33.90%
BLUE value IS 189 (74.22% from 255) = 31.87%
R=34.23%
G=33.90%
B=31.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.07
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20320118900.010.070.2051.4311.8676.86
HexCBC9BD0171433c4d
Octal313311275017246314115
Binary110010111100100110111101011111010011001111001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBC9BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBC9BD; }

 p { color: rgb(203,201,189); }

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

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

 a { background-color: rgb(203,201,189); }

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

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

 span { border-color: rgb(203,201,189); }

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