Html Css Color HEX #CDC9BB Quill Grey

📋 copy color: '#CDC9BB'

red 205 ◦ green 201 ◦ blue 187

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

Shades of Quill Grey #CDC9BB

Tints of Quill Grey #CDC9BB

RGB

 RED value IS 205 (80.47% from 255) = 34.57%

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

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

R = 34.57%
G = 33.9%
B = 31.53%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.09

 K value IS 0.20

RGB Variations

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

Color information

#CDC9BB (or 0xCDC9BB) is known color: Quill Grey. HEX triplet: CD, C9 and BB. RGB value is (205,201,187). Sum of RGB (Red+Green+Blue) = 205+201+187=593 (78% of max value = 765). Red value is 205 (80.47% from 255 or 34.57% from 593); Green value is 201 (78.91% from 255 or 33.90% from 593); Blue value is 187 (73.44% from 255 or 31.53% from 593); Max value from RGB is 205 - color contains mainly: red. Hex color #CDC9BB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CDC9BB is #323644. Grayscale: #C8C8C8. Windows color (decimal): -3290693 or 12306893. OLE color: 12306893.

HSL color Cylindrical-coordinate representation of color #CDC9BB: hue angle of 46.67º degrees, saturation: 0.15, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #CDC9BB is Cyan = 0, Magento = 0.02, Yellow = 0.09 and Black (K on CMYK) = 0.20.

Color convert

RGB 205 201 187 -
CMYK 0 0.02 0.09 0.20
HSL 46.67º 0.15% 0.77% -
HSV(B) 46.67º 0.09% 0.8% -
XYZ 55.03 58.34 55.37 -
YUV 200.6 120.33 131.14 -
System Red Green Blue C M Y K H S L
Decimal 205 201 187 0 0.02 0.09 0.20 46.67 0.15 0.77
Hex CD C9 BB 0 2 9 14 2F F 4D
Octal 315 311 273 0 2 11 24 57 17 115
Binary 11001101 11001001 10111011 0 10 1001 10100 101111 1111 1001101

Color Harmonies of #CDC9BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDC9BB

Black with #CDC9BB

Text Example


Text Example

White with #CDC9BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDC9BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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