Html Css Color HEX #CCC9BE Quill Grey

📋 copy color: '#CCC9BE'

red 204 ◦ green 201 ◦ blue 190

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

Shades of Quill Grey #CCC9BE

Tints of Quill Grey #CCC9BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 31.93%

R = 34.29%
G = 33.78%
B = 31.93%

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

#CCC9BE (or 0xCCC9BE) is known color: Quill Grey. HEX triplet: CC, C9 and BE. RGB value is (204,201,190). Sum of RGB (Red+Green+Blue) = 204+201+190=595 (78% of max value = 765). Red value is 204 (80.08% from 255 or 34.29% from 595); Green value is 201 (78.91% from 255 or 33.78% from 595); Blue value is 190 (74.61% from 255 or 31.93% from 595); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC9BE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCC9BE is #333641. Grayscale: #C8C8C8. Windows color (decimal): -3356226 or 12503500. OLE color: 12503500.

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

Color convert

RGB 204 201 190 -
CMYK 0 0.01 0.07 0.2
HSL 47.14º 0.12% 0.77% -
HSV(B) 47.14º 0.07% 0.8% -
XYZ 55.08 58.33 57.07 -
YUV 200.64 121.99 130.39 -
System Red Green Blue C M Y K H S L
Decimal 204 201 190 0 0.01 0.07 0.2 47.14 0.12 0.77
Hex CC C9 BE 0 1 7 14 2F C 4D
Octal 314 311 276 0 1 7 24 57 14 115
Binary 11001100 11001001 10111110 0 1 111 10100 101111 1100 1001101

Color Harmonies of #CCC9BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCC9BE

Black with #CCC9BE

Text Example


Text Example

White with #CCC9BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCC9BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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