#CBCAC2

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

Shades of Quill Grey #CBCAC2

Tints of Quill Grey #CBCAC2

Color information

#CBCAC2 (or 0xCBCAC2) is unknown color: approx Quill Grey. HEX triplet: CB, CA and C2. RGB value is (203,202,194). Sum of RGB (Red+Green+Blue) = 203+202+194=599 (79% of max value = 765). Red value is 203 (79.69% from 255 or 33.89% from 599); Green value is 202 (79.30% from 255 or 33.72% from 599); Blue value is 194 (76.17% from 255 or 32.39% from 599); Max value from RGB is 203 - color contains mainly: red. Hex color #CBCAC2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBCAC2 is #34353D. Grayscale: #C9C9C9. Windows color (decimal): -3421502 or 12765899. OLE color: 12765899.

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

Color convert

RGB203202194-
CMYK00.000.040.20
HSL53.33º7.96%77.84%-
HSV(B)53.33º4.43%79.61%-
XYZ55.4958.8359.47-
YUV201.39123.83129.15-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 33.89%
GREEN value IS 202 (79.30% from 255) = 33.72%
BLUE value IS 194 (76.17% from 255) = 32.39%
R=33.89%
G=33.72%
B=32.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.00
Y (Yellow) values IS 0.04
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20320219400.000.040.2053.337.9677.84
HexCBCAC2004143584e
Octal313312302004246510116
Binary110010111100101011000010001001010011010110001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBCAC2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBCAC2; }

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

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

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

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

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

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

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

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