#C7C67C

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

Shades of Deco #C7C67C

Tints of Deco #C7C67C

Color information

#C7C67C (or 0xC7C67C) is unknown color: approx Deco. HEX triplet: C7, C6 and 7C. RGB value is (199,198,124). Sum of RGB (Red+Green+Blue) = 199+198+124=521 (69% of max value = 765). Red value is 199 (78.12% from 255 or 38.20% from 521); Green value is 198 (77.73% from 255 or 38.00% from 521); Blue value is 124 (48.83% from 255 or 23.80% from 521); Max value from RGB is 199 - color contains mainly: red. Hex color #C7C67C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C7C67C is #383983. Grayscale: #BEBEBE. Windows color (decimal): -3684740 or 8177351. OLE color: 8177351.

HSL color Cylindrical-coordinate representation of color #C7C67C: hue angle of 59.2º degrees, saturation: 0.4, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #C7C67C is Cyan = 0, Magento = 0.01, Yellow = 0.38 and Black (K on CMYK) = 0.22.

Color convert

RGB199198124-
CMYK00.010.380.22
HSL59.2º40.11%63.33%-
HSV(B)59.2º37.69%78.04%-
XYZ47.3953.9926.99-
YUV189.8690.83134.52-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 38.20%
GREEN value IS 198 (77.73% from 255) = 38.00%
BLUE value IS 124 (48.83% from 255) = 23.80%
R=38.20%
G=38.00%
B=23.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.38
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19919812400.010.380.2259.240.1163.33
HexC7C67C0126163b283f
Octal307306174014626735077
Binary110001111100011011111000110011010110111011101000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7C67C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7C67C; }

 p { color: rgb(199,198,124); }

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

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

 a { background-color: rgb(199,198,124); }

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

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

 span { border-color: rgb(199,198,124); }

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