#CBC7BD

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

Shades of Quill Grey #CBC7BD

Tints of Quill Grey #CBC7BD

Color information

#CBC7BD (or 0xCBC7BD) is unknown color: approx Quill Grey. HEX triplet: CB, C7 and BD. RGB value is (203,199,189). Sum of RGB (Red+Green+Blue) = 203+199+189=591 (78% of max value = 765). Red value is 203 (79.69% from 255 or 34.35% from 591); Green value is 199 (78.12% from 255 or 33.67% from 591); Blue value is 189 (74.22% from 255 or 31.98% from 591); Max value from RGB is 203 - color contains mainly: red. Hex color #CBC7BD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBC7BD is #343842. Grayscale: #C7C7C7. Windows color (decimal): -3422275 or 12437451. OLE color: 12437451.

HSL color Cylindrical-coordinate representation of color #CBC7BD: hue angle of 42.86º 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 #CBC7BD is Cyan = 0, Magento = 0.02, Yellow = 0.07 and Black (K on CMYK) = 0.20.

Color convert

RGB203199189-
CMYK00.020.070.20
HSL42.86º11.86%76.86%-
HSV(B)42.86º6.9%79.61%-
XYZ54.2457.2256.33-
YUV199.06122.33130.81-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 34.35%
GREEN value IS 199 (78.12% from 255) = 33.67%
BLUE value IS 189 (74.22% from 255) = 31.98%
R=34.35%
G=33.67%
B=31.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.07
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20319918900.020.070.2042.8611.8676.86
HexCBC7BD027142bc4d
Octal313307275027245314115
Binary1100101111000111101111010101111010010101111001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBC7BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBC7BD; }

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

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

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

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

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

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

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

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