Html Css Color HEX #CEC9BA Quill Grey

📋 copy color: '#CEC9BA'

red 206 ◦ green 201 ◦ blue 186

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

Shades of Quill Grey #CEC9BA

Tints of Quill Grey #CEC9BA

RGB

 RED value IS 206 (80.86% from 255) = 34.74%

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

 BLUE value IS 186 (73.05% from 255) = 31.37%

R = 34.74%
G = 33.9%
B = 31.37%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.10

 K value IS 0.19

RGB Variations

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

Color information

#CEC9BA (or 0xCEC9BA) is known color: Quill Grey. HEX triplet: CE, C9 and BA. RGB value is (206,201,186). Sum of RGB (Red+Green+Blue) = 206+201+186=593 (78% of max value = 765). Red value is 206 (80.86% from 255 or 34.74% from 593); Green value is 201 (78.91% from 255 or 33.90% from 593); Blue value is 186 (73.05% from 255 or 31.37% from 593); Max value from RGB is 206 - color contains mainly: red. Hex color #CEC9BA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CEC9BA is #313645. Grayscale: #C8C8C8. Windows color (decimal): -3225158 or 12241358. OLE color: 12241358.

HSL color Cylindrical-coordinate representation of color #CEC9BA: hue angle of 45º degrees, saturation: 0.17, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #CEC9BA is Cyan = 0, Magento = 0.02, Yellow = 0.10 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 201 186 -
CMYK 0 0.02 0.10 0.19
HSL 45º 0.17% 0.77% -
HSV(B) 45º 0.1% 0.81% -
XYZ 55.2 58.44 54.82 -
YUV 200.79 119.66 131.72 -
System Red Green Blue C M Y K H S L
Decimal 206 201 186 0 0.02 0.10 0.19 45 0.17 0.77
Hex CE C9 BA 0 2 A 13 2D 11 4D
Octal 316 311 272 0 2 12 23 55 21 115
Binary 11001110 11001001 10111010 0 10 1010 10011 101101 10001 1001101

Color Harmonies of #CEC9BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEC9BA

Black with #CEC9BA

Text Example


Text Example

White with #CEC9BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEC9BA; }

 p { color: rgb(206,201,186); }

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

background-color css

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

 a { background-color: rgb(206,201,186); }

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

border-color css

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

 span { border-color: rgb(206,201,186); }

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