#C8C97F

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

Shades of Deco #C8C97F

Tints of Deco #C8C97F

Color information

#C8C97F (or 0xC8C97F) is unknown color: approx Deco. HEX triplet: C8, C9 and 7F. RGB value is (200,201,127). Sum of RGB (Red+Green+Blue) = 200+201+127=528 (69% of max value = 765). Red value is 200 (78.52% from 255 or 37.88% from 528); Green value is 201 (78.91% from 255 or 38.07% from 528); Blue value is 127 (50% from 255 or 24.05% from 528); Max value from RGB is 201 - color contains mainly: green. Hex color #C8C97F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C8C97F is #373680. Grayscale: #C0C0C0. Windows color (decimal): -3618433 or 8374728. OLE color: 8374728.

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

Color convert

RGB200201127-
CMYK0.0000.370.21
HSL60.81º40.66%64.31%-
HSV(B)60.81º36.82%78.82%-
XYZ48.5455.5828.25-
YUV192.2691.17133.52-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 37.88%
GREEN value IS 201 (78.91% from 255) = 38.07%
BLUE value IS 127 (50% from 255) = 24.05%
R=37.88%
G=38.07%
B=24.05%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2002011270.0000.370.2160.8140.6664.31
HexC8C97F0025153d2940
Octal3103111770045257551100
Binary1100100011001001111111100100101101011111011010011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8C97F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8C97F; }

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

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

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

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

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

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

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

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