#CBC7BE

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

Shades of Quill Grey #CBC7BE

Tints of Quill Grey #CBC7BE

Color information

#CBC7BE (or 0xCBC7BE) is unknown color: approx Quill Grey. HEX triplet: CB, C7 and BE. RGB value is (203,199,190). Sum of RGB (Red+Green+Blue) = 203+199+190=592 (78% of max value = 765). Red value is 203 (79.69% from 255 or 34.29% from 592); Green value is 199 (78.12% from 255 or 33.61% from 592); Blue value is 190 (74.61% from 255 or 32.09% from 592); Max value from RGB is 203 - color contains mainly: red. Hex color #CBC7BE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBC7BE is #343841. Grayscale: #C7C7C7. Windows color (decimal): -3422274 or 12502987. OLE color: 12502987.

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

Color convert

RGB203199190-
CMYK00.020.060.20
HSL41.54º11.11%77.06%-
HSV(B)41.54º6.4%79.61%-
XYZ54.3557.2656.9-
YUV199.17122.83130.73-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 34.29%
GREEN value IS 199 (78.12% from 255) = 33.61%
BLUE value IS 190 (74.61% from 255) = 32.09%
R=34.29%
G=33.61%
B=32.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.06
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20319919000.020.060.2041.5411.1177.06
HexCBC7BE026142ab4d
Octal313307276026245213115
Binary1100101111000111101111100101101010010101010111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBC7BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBC7BE; }

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

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

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

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

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

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

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

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