#CBC9BE

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

Shades of Quill Grey #CBC9BE

Tints of Quill Grey #CBC9BE

Color information

#CBC9BE (or 0xCBC9BE) is unknown color: approx Quill Grey. HEX triplet: CB, C9 and BE. RGB value is (203,201,190). Sum of RGB (Red+Green+Blue) = 203+201+190=594 (78% of max value = 765). Red value is 203 (79.69% from 255 or 34.18% from 594); Green value is 201 (78.91% from 255 or 33.84% from 594); Blue value is 190 (74.61% from 255 or 31.99% from 594); Max value from RGB is 203 - color contains mainly: red. Hex color #CBC9BE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBC9BE is #343641. Grayscale: #C8C8C8. Windows color (decimal): -3421762 or 12503499. OLE color: 12503499.

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

Color convert

RGB203201190-
CMYK00.010.060.20
HSL50.77º11.11%77.06%-
HSV(B)50.77º6.4%79.61%-
XYZ54.8158.1957.06-
YUV200.34122.16129.89-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 34.18%
GREEN value IS 201 (78.91% from 255) = 33.84%
BLUE value IS 190 (74.61% from 255) = 31.99%
R=34.18%
G=33.84%
B=31.99%

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
Decimal20320119000.010.060.2050.7711.1177.06
HexCBC9BE0161433b4d
Octal313311276016246313115
Binary110010111100100110111110011101010011001110111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBC9BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBC9BE; }

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

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

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

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

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

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

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

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