Html Css Color HEX #CCC9BD Quill Grey

📋 copy color: '#CCC9BD'

red 204 ◦ green 201 ◦ blue 189

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

Shades of Quill Grey #CCC9BD

Tints of Quill Grey #CCC9BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 31.82%

R = 34.34%
G = 33.84%
B = 31.82%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.07

 K value IS 0.2

RGB Variations

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

Color information

#CCC9BD (or 0xCCC9BD) is known color: Quill Grey. HEX triplet: CC, C9 and BD. RGB value is (204,201,189). Sum of RGB (Red+Green+Blue) = 204+201+189=594 (78% of max value = 765). Red value is 204 (80.08% from 255 or 34.34% from 594); Green value is 201 (78.91% from 255 or 33.84% from 594); Blue value is 189 (74.22% from 255 or 31.82% from 594); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC9BD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCC9BD is #333642. Grayscale: #C8C8C8. Windows color (decimal): -3356227 or 12437964. OLE color: 12437964.

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

Color convert

RGB 204 201 189 -
CMYK 0 0.01 0.07 0.2
HSL 48º 0.13% 0.77% -
HSV(B) 48º 0.07% 0.8% -
XYZ 54.97 58.28 56.5 -
YUV 200.53 121.49 130.48 -
System Red Green Blue C M Y K H S L
Decimal 204 201 189 0 0.01 0.07 0.2 48 0.13 0.77
Hex CC C9 BD 0 1 7 14 30 D 4D
Octal 314 311 275 0 1 7 24 60 15 115
Binary 11001100 11001001 10111101 0 1 111 10100 110000 1101 1001101

Color Harmonies of #CCC9BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCC9BD

Black with #CCC9BD

Text Example


Text Example

White with #CCC9BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCC9BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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