#C8C775

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

Shades of Deco #C8C775

Tints of Deco #C8C775

Color information

#C8C775 (or 0xC8C775) is unknown color: approx Deco. HEX triplet: C8, C7 and 75. RGB value is (200,199,117). Sum of RGB (Red+Green+Blue) = 200+199+117=516 (68% of max value = 765). Red value is 200 (78.52% from 255 or 38.76% from 516); Green value is 199 (78.12% from 255 or 38.57% from 516); Blue value is 117 (46.09% from 255 or 22.67% from 516); Max value from RGB is 200 - color contains mainly: red. Hex color #C8C775 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C8C775 is #37388A. Grayscale: #BEBEBE. Windows color (decimal): -3618955 or 7718856. OLE color: 7718856.

HSL color Cylindrical-coordinate representation of color #C8C775: hue angle of 59.28º degrees, saturation: 0.43, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #C8C775 is Cyan = 0, Magento = 0.00, Yellow = 0.42 and Black (K on CMYK) = 0.22.

Color convert

RGB200199117-
CMYK00.000.420.22
HSL59.28º43.01%62.16%-
HSV(B)59.28º41.5%78.43%-
XYZ47.4554.4124.83-
YUV189.9586.83135.17-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 38.76%
GREEN value IS 199 (78.12% from 255) = 38.57%
BLUE value IS 117 (46.09% from 255) = 22.67%
R=38.76%
G=38.57%
B=22.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.00
Y (Yellow) values IS 0.42
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20019911700.000.420.2259.2843.0162.16
HexC8C775002A163b2b3e
Octal310307165005226735376
Binary110010001100011111101010010101010110111011101011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8C775

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8C775; }

 p { color: rgb(200,199,117); }

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

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

 a { background-color: rgb(200,199,117); }

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

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

 span { border-color: rgb(200,199,117); }

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