#C7CF73

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

Shades of Deco #C7CF73

Tints of Deco #C7CF73

Color information

#C7CF73 (or 0xC7CF73) is unknown color: approx Deco. HEX triplet: C7, CF and 73. RGB value is (199,207,115). Sum of RGB (Red+Green+Blue) = 199+207+115=521 (69% of max value = 765). Red value is 199 (78.12% from 255 or 38.20% from 521); Green value is 207 (81.25% from 255 or 39.73% from 521); Blue value is 115 (45.31% from 255 or 22.07% from 521); Max value from RGB is 207 - color contains mainly: green. Hex color #C7CF73 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C7CF73 is #38308C. Grayscale: #C2C2C2. Windows color (decimal): -3682445 or 7589831. OLE color: 7589831.

HSL color Cylindrical-coordinate representation of color #C7CF73: hue angle of 65.22º degrees, saturation: 0.49, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #C7CF73 is Cyan = 0.04, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.19.

Color convert

RGB199207115-
CMYK0.0400.440.19
HSL65.22º48.94%63.14%-
HSV(B)65.22º44.44%81.18%-
XYZ48.9658.0124.84-
YUV194.1283.35131.48-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 38.20%
GREEN value IS 207 (81.25% from 255) = 39.73%
BLUE value IS 115 (45.31% from 255) = 22.07%
R=38.20%
G=39.73%
B=22.07%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1992071150.0400.440.1965.2248.9463.14
HexC7CF73402C1341313f
Octal3073171634054231016177
Binary110001111100111111100111000101100100111000001110001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7CF73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7CF73; }

 p { color: rgb(199,207,115); }

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

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

 a { background-color: rgb(199,207,115); }

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

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

 span { border-color: rgb(199,207,115); }

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