#CBCABF

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

Shades of Quill Grey #CBCABF

Tints of Quill Grey #CBCABF

Color information

#CBCABF (or 0xCBCABF) is unknown color: approx Quill Grey. HEX triplet: CB, CA and BF. RGB value is (203,202,191). Sum of RGB (Red+Green+Blue) = 203+202+191=596 (78% of max value = 765). Red value is 203 (79.69% from 255 or 34.06% from 596); Green value is 202 (79.30% from 255 or 33.89% from 596); Blue value is 191 (75% from 255 or 32.05% from 596); Max value from RGB is 203 - color contains mainly: red. Hex color #CBCABF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBCABF is #343540. Grayscale: #C9C9C9. Windows color (decimal): -3421505 or 12569291. OLE color: 12569291.

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

Color convert

RGB203202191-
CMYK00.000.060.20
HSL55º10.34%77.25%-
HSV(B)55º5.91%79.61%-
XYZ55.1558.757.71-
YUV201.04122.33129.39-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 34.06%
GREEN value IS 202 (79.30% from 255) = 33.89%
BLUE value IS 191 (75% from 255) = 32.05%
R=34.06%
G=33.89%
B=32.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.00
Y (Yellow) values IS 0.06
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20320219100.000.060.205510.3477.25
HexCBCABF0061437a4d
Octal313312277006246712115
Binary110010111100101010111111001101010011011110101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBCABF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBCABF; }

 p { color: rgb(203,202,191); }

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

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

 a { background-color: rgb(203,202,191); }

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

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

 span { border-color: rgb(203,202,191); }

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