#C7CF82

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

Shades of Deco #C7CF82

Tints of Deco #C7CF82

Color information

#C7CF82 (or 0xC7CF82) is unknown color: approx Deco. HEX triplet: C7, CF and 82. RGB value is (199,207,130). Sum of RGB (Red+Green+Blue) = 199+207+130=536 (70% of max value = 765). Red value is 199 (78.12% from 255 or 37.13% from 536); Green value is 207 (81.25% from 255 or 38.62% from 536); Blue value is 130 (51.17% from 255 or 24.25% from 536); Max value from RGB is 207 - color contains mainly: green. Hex color #C7CF82 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C7CF82 is #38307D. Grayscale: #C4C4C4. Windows color (decimal): -3682430 or 8572871. OLE color: 8572871.

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

Color convert

RGB199207130-
CMYK0.0400.370.19
HSL66.23º44.51%66.08%-
HSV(B)66.23º37.2%81.18%-
XYZ49.958.3829.76-
YUV195.8390.85130.26-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 37.13%
GREEN value IS 207 (81.25% from 255) = 38.62%
BLUE value IS 130 (51.17% from 255) = 24.25%
R=37.13%
G=38.62%
B=24.25%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1992071300.0400.370.1966.2344.5166.08
HexC7CF82402513422d42
Octal30731720240452310255102
Binary11000111110011111000001010001001011001110000101011011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7CF82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7CF82; }

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

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

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

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

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

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

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

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