Html Css Color HEX #CDC9BE Quill Grey

📋 copy color: '#CDC9BE'

red 205 ◦ green 201 ◦ blue 190

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

Shades of Quill Grey #CDC9BE

Tints of Quill Grey #CDC9BE

RGB

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

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

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

R = 34.4%
G = 33.72%
B = 31.88%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.07

 K value IS 0.20

RGB Variations

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

Color information

#CDC9BE (or 0xCDC9BE) is known color: Quill Grey. HEX triplet: CD, C9 and BE. RGB value is (205,201,190). Sum of RGB (Red+Green+Blue) = 205+201+190=596 (78% of max value = 765). Red value is 205 (80.47% from 255 or 34.40% from 596); Green value is 201 (78.91% from 255 or 33.72% from 596); Blue value is 190 (74.61% from 255 or 31.88% from 596); Max value from RGB is 205 - color contains mainly: red. Hex color #CDC9BE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CDC9BE is #323641. Grayscale: #C8C8C8. Windows color (decimal): -3290690 or 12503501. OLE color: 12503501.

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

Color convert

RGB 205 201 190 -
CMYK 0 0.02 0.07 0.20
HSL 44º 0.13% 0.77% -
HSV(B) 44º 0.07% 0.8% -
XYZ 55.36 58.47 57.08 -
YUV 200.94 121.83 130.89 -
System Red Green Blue C M Y K H S L
Decimal 205 201 190 0 0.02 0.07 0.20 44 0.13 0.77
Hex CD C9 BE 0 2 7 14 2C D 4D
Octal 315 311 276 0 2 7 24 54 15 115
Binary 11001101 11001001 10111110 0 10 111 10100 101100 1101 1001101

Color Harmonies of #CDC9BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDC9BE

Black with #CDC9BE

Text Example


Text Example

White with #CDC9BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDC9BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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