#C9CE92

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

Shades of Deco #C9CE92

Tints of Deco #C9CE92

Color information

#C9CE92 (or 0xC9CE92) is unknown color: approx Deco. HEX triplet: C9, CE and 92. RGB value is (201,206,146). Sum of RGB (Red+Green+Blue) = 201+206+146=553 (73% of max value = 765). Red value is 201 (78.91% from 255 or 36.35% from 553); Green value is 206 (80.86% from 255 or 37.25% from 553); Blue value is 146 (57.42% from 255 or 26.40% from 553); Max value from RGB is 206 - color contains mainly: green. Hex color #C9CE92 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C9CE92 is #36316D. Grayscale: #C5C5C5. Windows color (decimal): -3551598 or 9621193. OLE color: 9621193.

HSL color Cylindrical-coordinate representation of color #C9CE92: hue angle of 65º degrees, saturation: 0.38, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #C9CE92 is Cyan = 0.02, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.19.

Color convert

RGB201206146-
CMYK0.0200.290.19
HSL65º37.97%69.02%-
HSV(B)65º29.13%80.78%-
XYZ51.3558.6435.81-
YUV197.6698.84130.38-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 36.35%
GREEN value IS 206 (80.86% from 255) = 37.25%
BLUE value IS 146 (57.42% from 255) = 26.40%
R=36.35%
G=37.25%
B=26.40%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2012061460.0200.290.196537.9769.02
HexC9CE92201D13412645
Octal31131622220352310146105
Binary110010011100111010010010100111011001110000011001101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9CE92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9CE92; }

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

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

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

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

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

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

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

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