#CCCABE

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

Shades of Quill Grey #CCCABE

Tints of Quill Grey #CCCABE

Color information

#CCCABE (or 0xCCCABE) is unknown color: approx Quill Grey. HEX triplet: CC, CA and BE. RGB value is (204,202,190). Sum of RGB (Red+Green+Blue) = 204+202+190=596 (78% of max value = 765). Red value is 204 (80.08% from 255 or 34.23% from 596); Green value is 202 (79.30% from 255 or 33.89% from 596); Blue value is 190 (74.61% from 255 or 31.88% from 596); Max value from RGB is 204 - color contains mainly: red. Hex color #CCCABE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCCABE is #333541. Grayscale: #C9C9C9. Windows color (decimal): -3355970 or 12503756. OLE color: 12503756.

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

Color convert

RGB204202190-
CMYK00.010.070.2
HSL51.43º12.07%77.25%-
HSV(B)51.43º6.86%80%-
XYZ55.3258.857.15-
YUV201.23121.66129.98-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 34.23%
GREEN value IS 202 (79.30% from 255) = 33.89%
BLUE value IS 190 (74.61% from 255) = 31.88%
R=34.23%
G=33.89%
B=31.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.07
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20420219000.010.070.251.4312.0777.25
HexCCCABE0171433c4d
Octal314312276017246314115
Binary110011001100101010111110011111010011001111001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCCABE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCCABE; }

 p { color: rgb(204,202,190); }

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

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

 a { background-color: rgb(204,202,190); }

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

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

 span { border-color: rgb(204,202,190); }

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