#C7CF88

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

Shades of Deco #C7CF88

Tints of Deco #C7CF88

Color information

#C7CF88 (or 0xC7CF88) is unknown color: approx Deco. HEX triplet: C7, CF and 88. RGB value is (199,207,136). Sum of RGB (Red+Green+Blue) = 199+207+136=542 (71% of max value = 765). Red value is 199 (78.12% from 255 or 36.72% from 542); Green value is 207 (81.25% from 255 or 38.19% from 542); Blue value is 136 (53.52% from 255 or 25.09% from 542); Max value from RGB is 207 - color contains mainly: green. Hex color #C7CF88 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C7CF88 is #383077. Grayscale: #C4C4C4. Windows color (decimal): -3682424 or 8966087. OLE color: 8966087.

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

Color convert

RGB199207136-
CMYK0.0400.340.19
HSL66.76º42.51%67.25%-
HSV(B)66.76º34.3%81.18%-
XYZ50.3158.5531.94-
YUV196.5193.85129.77-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 36.72%
GREEN value IS 207 (81.25% from 255) = 38.19%
BLUE value IS 136 (53.52% from 255) = 25.09%
R=36.72%
G=38.19%
B=25.09%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1992071360.0400.340.1966.7642.5167.25
HexC7CF88402213432b43
Octal30731721040422310353103
Binary11000111110011111000100010001000101001110000111010111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7CF88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7CF88; }

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

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

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

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

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

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

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

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