#CBCAC0

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

Shades of Quill Grey #CBCAC0

Tints of Quill Grey #CBCAC0

Color information

#CBCAC0 (or 0xCBCAC0) is unknown color: approx Quill Grey. HEX triplet: CB, CA and C0. RGB value is (203,202,192). Sum of RGB (Red+Green+Blue) = 203+202+192=597 (79% of max value = 765). Red value is 203 (79.69% from 255 or 34.00% from 597); Green value is 202 (79.30% from 255 or 33.84% from 597); Blue value is 192 (75.39% from 255 or 32.16% from 597); Max value from RGB is 203 - color contains mainly: red. Hex color #CBCAC0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBCAC0 is #34353F. Grayscale: #C9C9C9. Windows color (decimal): -3421504 or 12634827. OLE color: 12634827.

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

Color convert

RGB203202192-
CMYK00.000.050.20
HSL54.55º9.57%77.45%-
HSV(B)54.55º5.42%79.61%-
XYZ55.2658.7458.3-
YUV201.16122.83129.31-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 34.00%
GREEN value IS 202 (79.30% from 255) = 33.84%
BLUE value IS 192 (75.39% from 255) = 32.16%
R=34.00%
G=33.84%
B=32.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.00
Y (Yellow) values IS 0.05
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20320219200.000.050.2054.559.5777.45
HexCBCAC00051437a4d
Octal313312300005246712115
Binary110010111100101011000000001011010011011110101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBCAC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBCAC0; }

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

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

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

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

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

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

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

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