#C9C88F

Color #C9C88F Deco (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Deco #C9C88F

Tints of Deco #C9C88F

Color information

#C9C88F (or 0xC9C88F) is unknown color: approx Deco. HEX triplet: C9, C8 and 8F. RGB value is (201,200,143). Sum of RGB (Red+Green+Blue) = 201+200+143=544 (72% of max value = 765). Red value is 201 (78.91% from 255 or 36.95% from 544); Green value is 200 (78.52% from 255 or 36.76% from 544); Blue value is 143 (56.25% from 255 or 26.29% from 544); Max value from RGB is 201 - color contains mainly: red. Hex color #C9C88F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C9C88F is #363770. Grayscale: #C2C2C2. Windows color (decimal): -3553137 or 9423049. OLE color: 9423049.

HSL color Cylindrical-coordinate representation of color #C9C88F: hue angle of 58.97º degrees, saturation: 0.35, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #C9C88F is Cyan = 0, Magento = 0.00, Yellow = 0.29 and Black (K on CMYK) = 0.21.

Color convert

RGB201200143-
CMYK00.000.290.21
HSL58.97º34.94%67.45%-
HSV(B)58.97º28.86%78.82%-
XYZ49.755.7134.12-
YUV193.899.33133.13-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 36.95%
GREEN value IS 200 (78.52% from 255) = 36.76%
BLUE value IS 143 (56.25% from 255) = 26.29%
R=36.95%
G=36.76%
B=26.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.00
Y (Yellow) values IS 0.29
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20120014300.000.290.2158.9734.9467.45
HexC9C88F001D153b2343
Octal3113102170035257343103
Binary1100100111001000100011110011101101011110111000111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9C88F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9C88F; }

 p { color: rgb(201,200,143); }

 H1.HeaderClassName
 {
   color: #C9C88F;
 }
 .AnyTagClassName
 {
   color: #C9C88F;
 }
</style>
background-color css

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

 a { background-color: rgb(201,200,143); }

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

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

 span { border-color: rgb(201,200,143); }

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