Html Css Color HEX #CCC9BB Quill Grey

📋 copy color: '#CCC9BB'

red 204 ◦ green 201 ◦ blue 187

#CCC9BB
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Quill Grey #CCC9BB

Tints of Quill Grey #CCC9BB

RGB

 RED value IS 204 (80.08% from 255) = 34.46%

 GREEN value IS 201 (78.91% from 255) = 33.95%

 BLUE value IS 187 (73.44% from 255) = 31.59%

R = 34.46%
G = 33.95%
B = 31.59%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.08

 K value IS 0.2

RGB Variations

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

Color information

#CCC9BB (or 0xCCC9BB) is known color: Quill Grey. HEX triplet: CC, C9 and BB. RGB value is (204,201,187). Sum of RGB (Red+Green+Blue) = 204+201+187=592 (78% of max value = 765). Red value is 204 (80.08% from 255 or 34.46% from 592); Green value is 201 (78.91% from 255 or 33.95% from 592); Blue value is 187 (73.44% from 255 or 31.59% from 592); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC9BB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCC9BB is #333644. Grayscale: #C8C8C8. Windows color (decimal): -3356229 or 12306892. OLE color: 12306892.

HSL color Cylindrical-coordinate representation of color #CCC9BB: hue angle of 49.41º degrees, saturation: 0.14, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #CCC9BB is Cyan = 0, Magento = 0.01, Yellow = 0.08 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 201 187 -
CMYK 0 0.01 0.08 0.2
HSL 49.41º 0.14% 0.77% -
HSV(B) 49.41º 0.08% 0.8% -
XYZ 54.76 58.2 55.36 -
YUV 200.3 120.49 130.64 -
System Red Green Blue C M Y K H S L
Decimal 204 201 187 0 0.01 0.08 0.2 49.41 0.14 0.77
Hex CC C9 BB 0 1 8 14 31 E 4D
Octal 314 311 273 0 1 10 24 61 16 115
Binary 11001100 11001001 10111011 0 1 1000 10100 110001 1110 1001101

Color Harmonies of #CCC9BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCC9BB

Black with #CCC9BB

Text Example


Text Example

White with #CCC9BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCC9BB; }

 p { color: rgb(204,201,187); }

 H1.HeaderClassName
 {
   color: #CCC9BB;
 }
 .AnyTagClassName
 {
   color: #CCC9BB;
 }
</style>

background-color css

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

 a { background-color: rgb(204,201,187); }

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

border-color css

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

 span { border-color: rgb(204,201,187); }

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